Show More
@@ -226,7 +226,7 b' def prepare_controllers(options):' | |||||
226 |
|
226 | |||
227 | if testgroups: |
|
227 | if testgroups: | |
228 | py_testgroups = [g for g in testgroups if (g in py_test_group_names) \ |
|
228 | py_testgroups = [g for g in testgroups if (g in py_test_group_names) \ | |
229 | or g.startswith('IPython')] |
|
229 | or g.startswith('IPython.')] | |
230 | js_testgroups = [g for g in testgroups if g in js_test_group_names] |
|
230 | js_testgroups = [g for g in testgroups if g in js_test_group_names] | |
231 | else: |
|
231 | else: | |
232 | py_testgroups = py_test_group_names |
|
232 | py_testgroups = py_test_group_names |
General Comments 0
You need to be logged in to leave comments.
Login now