mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Run the top level module tests in a single process.
This commit is contained in:
parent
a96c333256
commit
055c6cdcde
@ -187,8 +187,7 @@ def make_runners():
|
|||||||
else:
|
else:
|
||||||
runners['trial'] = IPTester('trial',['IPython'])
|
runners['trial'] = IPTester('trial',['IPython'])
|
||||||
|
|
||||||
for m in modules:
|
runners['modules'] = IPTester(params=modules)
|
||||||
runners[m] = IPTester(params=m)
|
|
||||||
|
|
||||||
return runners
|
return runners
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user