Skip to content

Commit

Permalink
Update tests/test_regr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Sassoulas <[email protected]>
  • Loading branch information
DanielNoord and Pierre-Sassoulas authored Nov 7, 2021
1 parent 45433cf commit db70e41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_regr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db70e41

Please sign in to comment.