minor: fix output flags in usecase

This commit is contained in:
Fabien C. Y. Benureau 2020-05-05 01:00:26 +09:00
parent ad85fe9df8
commit 1b8728f4f6
No known key found for this signature in database
GPG Key ID: C3FB5E831A249A9A

View File

@ -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):