Skip to content

Commit

Permalink
remove tests to isolate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 8, 2019
1 parent 92af7c8 commit 2de600b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if GROUP == "All" || GROUP == "Interface"
@time @safetestset "Complex Tests" begin include("interface/complex_tests.jl") end
@time @safetestset "Ndim Complex Tests" begin include("interface/ode_ndim_complex_tests.jl") end
@time @safetestset "Number Type Tests" begin include("interface/ode_numbertype_tests.jl") end
@time @safetestset "Stiffness Detection Tests" begin include("interface/stiffness_detection_test.jl") end
#@time @safetestset "Stiffness Detection Tests" begin include("interface/stiffness_detection_test.jl") end
@time @safetestset "Composite Interpolation Tests" begin include("interface/composite_interpolation.jl") end
@time @safetestset "Export tests" begin include("interface/export_tests.jl") end
@time @safetestset "Derivative Utilities Tests" begin include("interface/utility_tests.jl") end
Expand All @@ -48,7 +48,7 @@ if !is_APPVEYOR && (GROUP == "All" || GROUP == "Integrators")
@time @safetestset "Discrete Callback Dual Tests" begin include("integrators/discrete_callback_dual_test.jl") end
@time @safetestset "Iterator Tests" begin include("integrators/iterator_tests.jl") end
@time @safetestset "Integrator Interface Tests" begin include("integrators/integrator_interface_tests.jl") end
@time @safetestset "Add Steps Tests" begin include("integrators/ode_add_steps_tests.jl") end
#@time @safetestset "Add Steps Tests" begin include("integrators/ode_add_steps_tests.jl") end
@time @safetestset "Error Check Tests" begin include("integrators/check_error.jl") end
@time @safetestset "Event Detection Tests" begin include("integrators/event_detection_tests.jl") end
end
Expand All @@ -57,7 +57,7 @@ if !is_APPVEYOR && (GROUP == "All" || GROUP == "Regression")
@time @safetestset "Dense Tests" begin include("regression/ode_dense_tests.jl") end
@time @safetestset "Inplace Tests" begin include("regression/ode_inplace_tests.jl") end
@time @safetestset "Adaptive Tests" begin include("regression/ode_adaptive_tests.jl") end
@time @safetestset "PSOS Energy Conservation Tests" begin include("regression/psos_and_energy_conservation.jl") end
#@time @safetestset "PSOS Energy Conservation Tests" begin include("regression/psos_and_energy_conservation.jl") end
@time @safetestset "Unrolled Tests" begin include("regression/ode_unrolled_comparison_tests.jl") end
@time @safetestset "Time derivative Tests" begin include("regression/time_derivative_test.jl") end
end
Expand Down

0 comments on commit 2de600b

Please sign in to comment.