Commit 506cd5aa authored by Stefan Behnel's avatar Stefan Behnel

Add missing argument when instantiating a test class. The argument was added...

Add missing argument when instantiating a test class. The argument was added in https://github.com/cython/cython/commit/3bd321f17474aafde1bd497163b3e7ba089ee2cc
parent 376b2ae9
...@@ -99,6 +99,7 @@ class DebuggerTestCase(unittest.TestCase): ...@@ -99,6 +99,7 @@ class DebuggerTestCase(unittest.TestCase):
opts = dict( opts = dict(
test_directory=self.tempdir, test_directory=self.tempdir,
module='codefile', module='codefile',
module_path=self.destfile,
) )
optimization_disabler = build_ext.Optimization() optimization_disabler = build_ext.Optimization()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment