Skip to content

Commit 1013411

Browse files
author
Vincent Landau
committed
add tests placeholder
1 parent b59cc03 commit 1013411

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ version = "0.0.1"
77
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
88
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
99
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1011

1112
[compat]
1213
ArchGDAL = "0.6"
13-
julia = "1.6"
14+
julia = "1.6"

test/runtests.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
using Test, SpatialGraphs
2+
3+
@testset "placeholder" begin
4+
5+
end

0 commit comments

Comments
 (0)