-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finished up tests for compute_kernel, cleaning up tests
- Loading branch information
1 parent
a7483ca
commit 52805b7
Showing
4 changed files
with
138 additions
and
78 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
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,15 +1,15 @@ | ||
using SafeTestsets | ||
using Test | ||
|
||
@testset "Axioms" begin | ||
@safetestset "Axioms" begin | ||
include("axioms.jl") | ||
end | ||
@safetestset "Compute" begin | ||
include("compute_index.jl") | ||
include("compute_kernel.jl") | ||
end | ||
@safetestset "Utils" begin | ||
include("utils.jl") | ||
end | ||
@safetestset "Axioms" begin | ||
include("axioms.jl") | ||
end | ||
|
||
@safetestset "Compute" begin | ||
include("compute_index.jl") | ||
include("compute_kernel.jl") | ||
end | ||
|
||
@safetestset "Utils" begin | ||
include("utils.jl") | ||
end |