From db70e415f81aad06089d5b20a200e979f67e115a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Sun, 7 Nov 2021 18:07:12 +0200 Subject: [PATCH] Update tests/test_regr.py Co-authored-by: Pierre Sassoulas --- tests/test_regr.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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