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 bd040fc commit 719b78fCopy full SHA for 719b78f
test_pytest_rerunfailures.py
@@ -510,7 +510,7 @@ def test_pytest_runtest_logfinish_is_called(testdir):
510
hook_message = "Message from pytest_runtest_logfinish hook"
511
testdir.makepyfile("def test_pass(): pass")
512
testdir.makeconftest(
513
- fr"""
+ rf"""
514
def pytest_runtest_logfinish(nodeid, location):
515
print("\n{hook_message}\n")
516
"""
0 commit comments