diff test/Grids/tensor_grid_test.jl @ 1245:6323d2fe3b4f refactor/grids

Add stub files for tests
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 21 Feb 2023 21:42:31 +0100
parents
children c150eabaf656
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/Grids/tensor_grid_test.jl	Tue Feb 21 21:42:31 2023 +0100
@@ -0,0 +1,6 @@
+using Sbplib.Grids
+using Test
+
+@testset "TensorGrid" begin
+    @test_broken false
+end