We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59cc03 commit 1013411Copy full SHA for 1013411
Project.toml
@@ -7,7 +7,8 @@ version = "0.0.1"
7
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
8
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
9
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
10
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
12
[compat]
13
ArchGDAL = "0.6"
-julia = "1.6"
14
+julia = "1.6"
test/runtests.jl
@@ -0,0 +1,5 @@
1
+using Test, SpatialGraphs
2
+
3
+@testset "placeholder" begin
4
5
+end
0 commit comments