##// END OF EJS Templates
Fixed spaces in ipcontroller
Jonathan Frederic -
Show More
@@ -135,6 +135,7 b' class TestController(object):'
135
135
136 __del__ = cleanup
136 __del__ = cleanup
137
137
138
138 class PyTestController(TestController):
139 class PyTestController(TestController):
139 """Run Python tests using IPython.testing.iptest"""
140 """Run Python tests using IPython.testing.iptest"""
140 #: str, Python command to execute in subprocess
141 #: str, Python command to execute in subprocess
@@ -201,6 +202,7 b' class PyTestController(TestController):'
201 self.cmd[2] = self.pycmd
202 self.cmd[2] = self.pycmd
202 super(PyTestController, self).launch(buffer_output=buffer_output)
203 super(PyTestController, self).launch(buffer_output=buffer_output)
203
204
205
204 js_prefix = 'js/'
206 js_prefix = 'js/'
205
207
206 def get_js_test_dir():
208 def get_js_test_dir():
General Comments 0
You need to be logged in to leave comments. Login now