Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 285 Bytes

disable_logging.rst

File metadata and controls

8 lines (6 loc) · 285 Bytes

Disable logging

You can disable logging during testing by changing the TEST_RUNNER in your settings file to:

TEST_RUNNER = 'test_plus.runner.NoLoggingRunner'