Mercurial > repos > public > sbplib_julia
diff test/testSbpOperators.jl @ 338:2b0c9b30ea3b refactor/combine_to_one_package
Add test sets for each submodule to make the test output nicer
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 25 Sep 2020 13:48:23 +0200 |
parents | f4e3e71a4ff4 |
children | 0844069ab5ff |
line wrap: on
line diff
--- a/test/testSbpOperators.jl Fri Sep 25 13:35:26 2020 +0200 +++ b/test/testSbpOperators.jl Fri Sep 25 13:48:23 2020 +0200 @@ -4,6 +4,8 @@ using Sbplib.RegionIndices using Sbplib.LazyTensors +@testset "SbpOperators" begin + # @testset "apply_quadrature" begin # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") # h = 0.5 @@ -380,3 +382,5 @@ # @test collect(H_s'*v_s) == collect(H_s'*v_s) # @test collect(H_n'*v_n) == collect(H_n'*v_n) # end + +end