changeset 714:11a444d6fc93 feature/selectable_tests

Remove module wrapping testsets. They are now automatically added through the folders
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 20 Feb 2021 21:15:52 +0100
parents be648c6d6686
children 6aa7677b5129
files test/DiffOps/DiffOps_test.jl test/Grids/Grids_test.jl test/RegionIndices/RegionIndices_test.jl test/SbpOperators/SbpOperators_test.jl
diffstat 4 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
diff -r be648c6d6686 -r 11a444d6fc93 test/DiffOps/DiffOps_test.jl
--- a/test/DiffOps/DiffOps_test.jl	Sat Feb 20 21:09:45 2021 +0100
+++ b/test/DiffOps/DiffOps_test.jl	Sat Feb 20 21:15:52 2021 +0100
@@ -5,7 +5,6 @@
 using Sbplib.RegionIndices
 using Sbplib.LazyTensors
 
-@testset "DiffOps" begin
 #
 # @testset "BoundaryValue" begin
 #     op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4)
@@ -194,5 +193,3 @@
 #     @test collect(H_s'*v_s) == collect(H_s'*v_s)
 #     @test collect(H_n'*v_n) == collect(H_n'*v_n)
 # end
-
-end
diff -r be648c6d6686 -r 11a444d6fc93 test/Grids/Grids_test.jl
--- a/test/Grids/Grids_test.jl	Sat Feb 20 21:09:45 2021 +0100
+++ b/test/Grids/Grids_test.jl	Sat Feb 20 21:15:52 2021 +0100
@@ -2,7 +2,6 @@
 using Test
 using Sbplib.RegionIndices
 
-@testset "Grids" begin
 
 @testset "EquidistantGrid" begin
     @test EquidistantGrid(4,0.0,1.0) isa EquidistantGrid
@@ -100,5 +99,3 @@
             end
     end
 end
-
-end
diff -r be648c6d6686 -r 11a444d6fc93 test/RegionIndices/RegionIndices_test.jl
--- a/test/RegionIndices/RegionIndices_test.jl	Sat Feb 20 21:09:45 2021 +0100
+++ b/test/RegionIndices/RegionIndices_test.jl	Sat Feb 20 21:15:52 2021 +0100
@@ -1,6 +1,3 @@
 using Sbplib.RegionIndices
 using Test
 
-@testset "RegionIndices" begin
-	@test_broken false
-end
diff -r be648c6d6686 -r 11a444d6fc93 test/SbpOperators/SbpOperators_test.jl
--- a/test/SbpOperators/SbpOperators_test.jl	Sat Feb 20 21:09:45 2021 +0100
+++ b/test/SbpOperators/SbpOperators_test.jl	Sat Feb 20 21:15:52 2021 +0100
@@ -15,8 +15,6 @@
 import Sbplib.SbpOperators.odd
 
 
-@testset "SbpOperators" begin
-
 @testset "Stencil" begin
     s = Stencil((-2,2), (1.,2.,2.,3.,4.))
     @test s isa Stencil{Float64, 5}
@@ -828,5 +826,3 @@
         end
     end
 end
-
-end