From 3a3feee057933c691e7184ef82c62ec705d4ce78 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 4 Apr 2016 18:22:09 -0400 Subject: pyrecwrap: skip some wrapping as an optimization This cuts down on the number of wrapped Julia Modules by ~30%. Might not be worth it. --- test/test_pyrecwrap.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pyrecwrap.jl') diff --git a/test/test_pyrecwrap.jl b/test/test_pyrecwrap.jl index cef3f08..6182779 100644 --- a/test/test_pyrecwrap.jl +++ b/test/test_pyrecwrap.jl @@ -1,4 +1,4 @@ -os_test = PyX.pyrecwrap(pyimport("os")) +os_test = PyX.pyrecwrap(pyimport("os"), skiplist=["asdf"]) @test os_test.path.genericpath.os.path.genericpath.os.path.genericpath != nothing -- cgit v1.2.3