We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5caa7 commit 01f180eCopy full SHA for 01f180e
tests/unit/test_service.py
@@ -26,7 +26,7 @@ def test_is_pytest_bdd_scenario_posix_path():
26
27
def test_is_pytest_bdd_scenario_windows_path():
28
"""pytest-bdd scenario items use backslashes in location on Windows (#418)."""
29
- path = r"C:\Python312\Lib\site-packages\pytest_bdd\scenario.py"
+ path = "C:\\Python312\\Lib\\site-packages\\pytest_bdd\\scenario.py"
30
assert _is_pytest_bdd_scenario(path) is True
31
32
0 commit comments