From 37d2c0d3749461ef86b0886f27128a88ddcc2f86 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 4 Apr 2016 18:33:04 -0400 Subject: 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. --- test/test_pyrecwrap.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3