Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

aviatesk/JETTest.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JETTest.jl

⚠️ Attention ⚠️: From Julia v1.7, JETTest.jl is deprecated and its functionalities have been moved to JET.jl. In short, you use JET.@report_opt/JET.report_opt/JET.@test_opt/JET.test_opt instead of JETTest.@report_dispatch/JETTest.@report_dispatch/JETTest.@test_nodispatch/JETTest.@test_dispatch. More detailed documentation can be found at https://aviatesk.github.io/JET.jl/dev/optanalysis/. JETTest.jl is still supported on Julia v1.6, but there won't be any more development.

CI codecov

JETTest.jl is an advanced testing toolset for the Julia programming language. It automatically detects otherwise-overlooked problems, and helps you keep your code to be faster and robust.