Show More
@@ -137,7 +137,7 b' In [12]: exit' | |||||
137 |
|
137 | |||
138 | def testPython(self): |
|
138 | def testPython(self): | |
139 | """Test the Python runner.""" |
|
139 | """Test the Python runner.""" | |
140 | runner = irunner.PythonRunner(out=self.out) |
|
140 | runner = irunner.PythonRunner(out=self.out, args=['-E']) | |
141 | source = doctest_refactor_print(""" |
|
141 | source = doctest_refactor_print(""" | |
142 | print 'hello, this is python' |
|
142 | print 'hello, this is python' | |
143 |
|
143 |
General Comments 0
You need to be logged in to leave comments.
Login now