mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Shorten leftover references to 'IPython test group'
This commit is contained in:
parent
8c45772c3e
commit
c861f58327
@ -417,7 +417,7 @@ def run_iptestall(options):
|
||||
if options.fast == 1:
|
||||
# This actually means sequential, i.e. with 1 job
|
||||
for controller in to_run:
|
||||
print('IPython test group:', controller.section)
|
||||
print('Test group:', controller.section)
|
||||
sys.stdout.flush() # Show in correct order when output is piped
|
||||
controller, res = do_run(controller, buffer_output=False)
|
||||
if res:
|
||||
@ -445,7 +445,7 @@ def run_iptestall(options):
|
||||
return
|
||||
|
||||
for controller in not_run:
|
||||
print(justify('IPython test group: ' + controller.section, 'NOT RUN'))
|
||||
print(justify('Test group: ' + controller.section, 'NOT RUN'))
|
||||
|
||||
t_end = time.time()
|
||||
t_tests = t_end - t_start
|
||||
|
Loading…
Reference in New Issue
Block a user