From 2c55a81efadcbef89ca1e3557913c22069f4260f Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Fri, 7 Feb 2014 16:21:54 -0800 Subject: [PATCH] use js/subfolder/test.js syntax now --- IPython/testing/iptestcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/testing/iptestcontroller.py b/IPython/testing/iptestcontroller.py index e5d5ca715..4705b3a25 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