We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74b3c7a + 5d3d85d commit 698e2eeCopy full SHA for 698e2ee
1 file changed
rootfs/api/tests/__init__.py
@@ -37,7 +37,7 @@ class SilentDjangoTestSuiteRunner(DjangoTestSuiteRunner):
37
def run_tests(self, test_labels, extra_tests=None, **kwargs):
38
"""Run tests with all but critical log messages disabled."""
39
# hide any log messages less than critical
40
- logging.disable(logging.CRITICAL)
+ logging.disable(logging.ERROR)
41
return super(SilentDjangoTestSuiteRunner, self).run_tests(
42
test_labels, extra_tests, **kwargs)
43
0 commit comments