comparison test/SbpOperators/stencil_test.jl @ 732:6114274447f5 feature/selectable_tests

Add missing using and imports in test files
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Mar 2021 21:21:23 +0100
parents 45966c77cb20
children 4433be383840
comparison
equal deleted inserted replaced
731:dfbdb127d2d8 732:6114274447f5
1 using Test 1 using Test
2 using Sbplib.SbpOperators 2 using Sbplib.SbpOperators
3 import Sbplib.SbpOperators.Stencil
3 4
4 @testset "Stencil" begin 5 @testset "Stencil" begin
5 s = Stencil((-2,2), (1.,2.,2.,3.,4.)) 6 s = Stencil((-2,2), (1.,2.,2.,3.,4.))
6 @test s isa Stencil{Float64, 5} 7 @test s isa Stencil{Float64, 5}
7 8