Skip to content

Commit

Permalink
Prevent 'iptest IPython' from trying to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Feb 4, 2014
1 parent dfc2b6e commit f439feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/testing/iptestcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f439feb

Please sign in to comment.