whitespace
This commit is contained in:
parent
65a3dc0953
commit
7e3daf4a9e
1 changed files with 3 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ Running Tasks:
|
|||
with open(cfile) as fp:
|
||||
cdata = json.load(fp)
|
||||
self.session.load_calls(cdata)
|
||||
sleep.side_effect = [None] * 10 + [KeyboardInterrupt]
|
||||
|
||||
sleep.side_effect = [None] * 10 + [KeyboardInterrupt]
|
||||
|
||||
def customized_handler(progname, tasks, quiet):
|
||||
print('some output')
|
||||
|
||||
|
|
@ -147,5 +147,6 @@ some output
|
|||
''')
|
||||
self.assertMultiLineEqual(stdout.getvalue(), expected)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue