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