-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
061ae0b
commit 02c1f9a
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
using SafeTestsets | ||
using SafeTestsets, Test | ||
|
||
@safetestset "Quality Assurance" begin include("qa.jl") end | ||
@safetestset "Expectation Process Noise Tests" begin include("processnoise.jl") end | ||
@safetestset "Expectation Interface Tests" begin include("interface.jl") end | ||
@safetestset "Expectation Solve Tests" begin include("solve.jl") end | ||
@safetestset "Expectation Differentiation Tests" begin include("differentiation.jl") end | ||
@testset "Integrals" begin | ||
@safetestset "Quality Assurance" include("qa.jl") | ||
@safetestset "Expectation Process Noise Tests" include("processnoise.jl") | ||
@safetestset "Expectation Interface Tests" include("interface.jl") | ||
@safetestset "Expectation Solve Tests" include("solve.jl") | ||
@safetestset "Expectation Differentiation Tests" include("differentiation.jl") | ||
end |