We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running tests I noticed following warnings:
=============================== warnings summary =============================== tests/test_subtests.py:397 $(@D)/tests/test_subtests.py:397: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\) \[custom message\] \(i=4\).*", tests/test_subtests.py:398 $(@D)/tests/test_subtests.py:398: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\) \[custom message\] \(i=9\).*", tests/test_subtests.py:400 $(@D)/tests/test_subtests.py:400: DeprecationWarning: invalid escape sequence \( "FAILED \(failures=6, skipped=4\)", tests/test_subtests.py:406 $(@D)/tests/test_subtests.py:406: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\.test_foo\) \[custom message\] \(i=4\).*", tests/test_subtests.py:407 $(@D)/tests/test_subtests.py:407: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\.test_foo\) \[custom message\] \(i=9\).*", tests/test_subtests.py:409 $(@D)/tests/test_subtests.py:409: DeprecationWarning: invalid escape sequence \( "FAILED \(failures=6, skipped=4\)", tests/test_subtests.py:466 $(@D)/tests/test_subtests.py:466: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\) \[custom message\] \(i=4\).*", tests/test_subtests.py:467 $(@D)/tests/test_subtests.py:467: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\) \[custom message\] \(i=9\).*", tests/test_subtests.py:469 $(@D)/tests/test_subtests.py:469: DeprecationWarning: invalid escape sequence \( "FAILED \(failures=6, skipped=5\)", tests/test_subtests.py:475 $(@D)/tests/test_subtests.py:475: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\.test_foo\) \[custom message\] \(i=4\).*", tests/test_subtests.py:476 $(@D)/tests/test_subtests.py:476: DeprecationWarning: invalid escape sequence \( "FAIL: test_foo \(__main__\.T\.test_foo\) \[custom message\] \(i=9\).*", tests/test_subtests.py:478 $(@D)/tests/test_subtests.py:478: DeprecationWarning: invalid escape sequence \( "FAILED \(failures=6, skipped=5\)", -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
The text was updated successfully, but these errors were encountered:
Thanks @mtelka for the report.
If you have the time/willingness, a PR would be much welcome!
Sorry, something went wrong.
Consistently use raw strings for line-matching regexes
5a9dc3f
Fixes pytest-dev#176.
f7c4cd0
Successfully merging a pull request may close this issue.
While running tests I noticed following warnings:
The text was updated successfully, but these errors were encountered: