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 e2c3a71 commit a47732fCopy full SHA for a47732f
1 file changed
tests/test_pathtools.py
@@ -45,7 +45,7 @@ def test_parse_path_windows():
45
assert parsed['dname'] == 'foo'
46
47
48
-def test_parse_path_windows_newline():
+def test_parse_path_windows_newline_tab():
49
"""Test a Windows path with newline and tab sequences as raw string."""
50
path = r'C:\Temp\new\file.ext'
51
parsed = parse_path(path)
@@ -62,7 +62,7 @@ def test_parse_path_windows_newline():
62
}
63
64
65
-def test_parse_path_windows_tabs_and_lines():
+def test_parse_path_windows_nonraw():
66
r"""Test non-raw string containing newline `\n` and tab `\t` sequences.
67
68
As `parse_path()` cannot work on non-raw strings containing escape
0 commit comments