Merge pull request #5018 from takluyver/i4006

Prevent 'iptest IPython' from trying to run.
This commit is contained in:
Brian E. Granger 2014-02-04 15:03:10 -08:00
commit 48743003e1

View File

@ -226,7 +226,7 @@ def prepare_controllers(options):
if testgroups:
py_testgroups = [g for g in testgroups if (g in py_test_group_names) \
or g.startswith('IPython')]
or g.startswith('IPython.')]
js_testgroups = [g for g in testgroups if g in js_test_group_names]
else:
py_testgroups = py_test_group_names