##// END OF EJS Templates
use js/subfolder/test.js syntax now
Paul Ivanov -
Show More
@@ -159,7 +159,7 b' class PyTestController(TestController):'
159 self.cmd[2] = self.pycmd
159 self.cmd[2] = self.pycmd
160 super(PyTestController, self).launch()
160 super(PyTestController, self).launch()
161
161
162 js_prefix = 'js-'
162 js_prefix = 'js/'
163
163
164 def get_js_test_dir():
164 def get_js_test_dir():
165 import IPython.html.tests as t
165 import IPython.html.tests as t
General Comments 0
You need to be logged in to leave comments. Login now