minor: fix output flags in usecase
This commit is contained in:
parent
ad85fe9df8
commit
1b8728f4f6
@ -25,8 +25,8 @@ import fixtures
|
||||
|
||||
|
||||
# makes the tests very noisy
|
||||
PRINT_OUTPUT = True
|
||||
CAPTURE_OUTPUT = False
|
||||
PRINT_OUTPUT = False
|
||||
CAPTURE_OUTPUT = True
|
||||
|
||||
|
||||
class FakeSystemExit(Exception):
|
||||
|
Loading…
x
Reference in New Issue
Block a user