Skip to content

Commit 5430c22

Browse files
committed
Import Python package reproject for testing
1 parent afd7c79 commit 5430c22

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ version = "0.1.0"
77
julia = "^1.0.0"
88

99
[extras]
10+
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
11+
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
1012
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1113

1214
[targets]
13-
test = ["Test"]
15+
test = ["Conda", "PyCall", "Test"]

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
using Reproject
22
using Test
3+
using PyCall
4+
5+
rp = pyimport("reproject")
36

47
@testset "Reproject.jl" begin
58
# Write your own tests here.

0 commit comments

Comments
 (0)