diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-04 18:33:04 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-04 18:33:04 -0400 |
commit | 37d2c0d3749461ef86b0886f27128a88ddcc2f86 (patch) | |
tree | 245237f7f5b564ae26828313c70745474eeb4084 /test | |
parent | 3a3feee057933c691e7184ef82c62ec705d4ce78 (diff) | |
download | PyX.jl-37d2c0d3749461ef86b0886f27128a88ddcc2f86.tar.gz PyX.jl-37d2c0d3749461ef86b0886f27128a88ddcc2f86.zip |
Revert "pyrecwrap: skip some wrapping as an optimization"
Wasn't worth the complexity; hard to get unittest to work because
results (eg, for "path") were being cached.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_pyrecwrap.jl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pyrecwrap.jl b/test/test_pyrecwrap.jl index 6182779..cef3f08 100644 --- a/test/test_pyrecwrap.jl +++ b/test/test_pyrecwrap.jl @@ -1,4 +1,4 @@ -os_test = PyX.pyrecwrap(pyimport("os"), skiplist=["asdf"]) +os_test = PyX.pyrecwrap(pyimport("os")) @test os_test.path.genericpath.os.path.genericpath.os.path.genericpath != nothing |