mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #5740 from minrk/travis-test-js
run js tests separately on travis
This commit is contained in:
commit
b9404fe48a
@ -306,9 +306,11 @@ def prepare_controllers(options):
|
||||
js_testgroups = [g for g in testgroups if g not in py_testgroups]
|
||||
else:
|
||||
py_testgroups = py_test_group_names
|
||||
js_testgroups = all_js_groups()
|
||||
if not options.all:
|
||||
js_testgroups = []
|
||||
test_sections['parallel'].enabled = False
|
||||
else:
|
||||
js_testgroups = all_js_groups()
|
||||
|
||||
c_js = [JSController(name) for name in js_testgroups]
|
||||
c_py = [PyTestController(name, options) for name in py_testgroups]
|
||||
|
Loading…
Reference in New Issue
Block a user