Skip to content

Commit

Permalink
Use ExtendedTestSets.jl (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch authored Feb 26, 2024
1 parent 9554581 commit 0089c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
Expand All @@ -22,6 +21,7 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Test, SafeTestsets, Aqua, JET, TimerOutputs
using Test, SafeTestsets, TestSetExtensions, Aqua, JET, TimerOutputs
using ProbNumDiffEq
using ODEProblemLibrary

Expand All @@ -16,7 +16,7 @@ end

const GROUP = get(ENV, "GROUP", "All")

@testset "ProbNumDiffEq" begin
@testset ExtendedTestSet "ProbNumDiffEq" begin
if GROUP == "All" || GROUP == "Core"
@timedtestset "Core" begin
@timedsafetestset "BlocksOfDiagonals" begin
Expand Down

0 comments on commit 0089c1f

Please sign in to comment.