Skip to content

Commit 8f7679f

Browse files
author
Christopher Doris
committed
test(pycall): explicitly test that pycall is using the same python
1 parent 338d9b6 commit 8f7679f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Compat.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ end
4242
x1 = pylist()
4343
x2 = PyCall.PyObject(x1)
4444
x3 = Py(x2)
45+
@test PythonCall.C.CTX.matches_pycall
4546
@test pyisinstance(x3, pybuiltins.list)
4647
@test pyis(x3, x1)
4748
end

0 commit comments

Comments
 (0)