diff options
Diffstat (limited to 'test/test_pyrecwrap.jl')
-rw-r--r-- | test/test_pyrecwrap.jl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_pyrecwrap.jl b/test/test_pyrecwrap.jl new file mode 100644 index 0000000..cef3f08 --- /dev/null +++ b/test/test_pyrecwrap.jl @@ -0,0 +1,4 @@ + +os_test = PyX.pyrecwrap(pyimport("os")) +@test os_test.path.genericpath.os.path.genericpath.os.path.genericpath != nothing + |