Skip to content

Commit 285e582

Browse files
Remove internal tests
Only user-facing API should be tested.
1 parent 50c65ad commit 285e582

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

test/internal.jl

Lines changed: 0 additions & 19 deletions
This file was deleted.

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using ModelingToolkit, Test
33
@testset "Parsing Test" begin include("variable_parsing.jl") end
44
@testset "Basic Variables and Operations" begin include("basic_variables_and_operations.jl") end
55
@testset "Differentiation Test" begin include("derivatives.jl") end
6-
@testset "Internal Test" begin include("internal.jl") end
76
@testset "Simplify Test" begin include("simplify.jl") end
87
@testset "Ambiguity Test" begin include("ambiguity.jl") end
98
@testset "Components Test" begin include("components.jl") end

0 commit comments

Comments
 (0)