use js/subfolder/test.js syntax now

This commit is contained in:
Paul Ivanov 2014-02-07 16:21:54 -08:00
parent 4ad7e35809
commit 2c55a81efa

View File

@ -159,7 +159,7 @@ class PyTestController(TestController):
self.cmd[2] = self.pycmd
super(PyTestController, self).launch()
js_prefix = 'js-'
js_prefix = 'js/'
def get_js_test_dir():
import IPython.html.tests as t