diff --git a/IPython/testing/iptestcontroller.py b/IPython/testing/iptestcontroller.py index e5d5ca7..4705b3a 100644 --- a/IPython/testing/iptestcontroller.py +++ b/IPython/testing/iptestcontroller.py @@ -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