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