Skip to content

Commit 241cbd5

Browse files
committed
start tests
1 parent 552eb62 commit 241cbd5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/failed_serialisation.jl

Whitespace-only changes.

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ using SafeTestsets, Test
1010
### Run Tests ###
1111
@time begin
1212

13-
@time @safetestset "ReactionSystem Serialisation Balancing" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
1413
#if GROUP == "All" || GROUP == "ModelCreation"
1514
# Tests the `ReactionSystem` structure and its properties.
1615
@time @safetestset "Reaction Structure" begin include("reactionsystem_core/reaction.jl") end
@@ -38,7 +37,7 @@ using SafeTestsets, Test
3837
@time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
3938
@time @safetestset "Compound Species" begin include("miscellaneous_tests/compound_macro.jl") end
4039
@time @safetestset "Reaction Balancing" begin include("miscellaneous_tests/reaction_balancing.jl") end
41-
@time @safetestset "ReactionSystem Serialisation Balancing" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
40+
@time @safetestset "ReactionSystem Serialisation" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
4241

4342
# Tests reaction network analysis features.
4443
@time @safetestset "Conservation Laws" begin include("network_analysis/conservation_laws.jl") end

0 commit comments

Comments
 (0)