We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da2f6f commit 8620edbCopy full SHA for 8620edb
haas/tests/test_runner.py
@@ -83,7 +83,7 @@ def test(result):
83
simplefilter.assert_called_once_with('always')
84
filterwarnings.assert_called_once_with(
85
'module', category=DeprecationWarning,
86
- message='Please use assert\w+ instead.')
+ message=r'Please use assert\w+ instead.')
87
88
def test_init_from_args(self):
89
# Given
0 commit comments