minor: fix output flags in usecase

main
Fabien C. Y. Benureau 5 years ago
parent ad85fe9df8
commit 1b8728f4f6
No known key found for this signature in database
GPG Key ID: C3FB5E831A249A9A

@ -25,8 +25,8 @@ import fixtures
# makes the tests very noisy # makes the tests very noisy
PRINT_OUTPUT = True PRINT_OUTPUT = False
CAPTURE_OUTPUT = False CAPTURE_OUTPUT = True
class FakeSystemExit(Exception): class FakeSystemExit(Exception):

Loading…
Cancel
Save