diff --git a/tests/test_regr.py b/tests/test_regr.py index c4762727833..91e57c381bc 100644 --- a/tests/test_regr.py +++ b/tests/test_regr.py @@ -171,8 +171,10 @@ def test_hang( def test_numpy_regression_crash(finalize_linter: PyLinter) -> None: - # Test for a crash on packages whose name start with `numpy` - # See: https://github.com/PyCQA/pylint/issues/5244 + """ + Test for a crash on packages whose name start with `numpy` + See: https://github.com/PyCQA/pylint/issues/5244 + """ finalize_linter.check([join(REGR_DATA, "numpy_crash_tester/test_file.py")]) # Check that we do not issue any (fatal) messages assert finalize_linter.msg_status == 0