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
@ -176,7 +176,7 @@ def make_runners():
|
|||||||
|
|
||||||
# Make runners
|
# Make runners
|
||||||
runners = dict(zip(top_pack, [IPTester(params=v) for v in packages]))
|
runners = dict(zip(top_pack, [IPTester(params=v) for v in packages]))
|
||||||
|
|
||||||
# Test IPython.kernel using trial if twisted is installed
|
# Test IPython.kernel using trial if twisted is installed
|
||||||
try:
|
try:
|
||||||
import zope.interface
|
import zope.interface
|
||||||
@ -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