diff options
Diffstat (limited to 'test/conftest.py')
-rw-r--r-- | test/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conftest.py b/test/conftest.py index 08b1b56..6e46d5d 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -23,7 +23,7 @@ def pytest_pyfunc_call(pyfuncitem): class OutputChecker: - '''Check output data for suspicious patters. + '''Check output data for suspicious patterns. Everything written to check_output.fd will be scanned for suspicious messages and then written to sys.stdout. |