mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Include 'kernel' in the nose tests as well; it picks up doctests that trial
doesn't.
This commit is contained in:
parent
91791416ab
commit
59117c597e
@ -267,7 +267,11 @@ def make_runners():
|
||||
"""
|
||||
|
||||
nose_packages = ['config', 'core', 'extensions', 'frontend', 'lib',
|
||||
'scripts', 'testing', 'utils']
|
||||
'scripts', 'testing', 'utils',
|
||||
# Note that we list the kernel here, though the bulk of it
|
||||
# is twisted-based, because nose picks up doctests that
|
||||
# twisted doesn't.
|
||||
'kernel']
|
||||
trial_packages = ['kernel']
|
||||
|
||||
if have_wx:
|
||||
|
Loading…
Reference in New Issue
Block a user