Skip to content

Commit a47732f

Browse files
committed
Rename tests to reflect their function
1 parent e2c3a71 commit a47732f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_pathtools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_parse_path_windows():
4545
assert parsed['dname'] == 'foo'
4646

4747

48-
def test_parse_path_windows_newline():
48+
def test_parse_path_windows_newline_tab():
4949
"""Test a Windows path with newline and tab sequences as raw string."""
5050
path = r'C:\Temp\new\file.ext'
5151
parsed = parse_path(path)
@@ -62,7 +62,7 @@ def test_parse_path_windows_newline():
6262
}
6363

6464

65-
def test_parse_path_windows_tabs_and_lines():
65+
def test_parse_path_windows_nonraw():
6666
r"""Test non-raw string containing newline `\n` and tab `\t` sequences.
6767
6868
As `parse_path()` cannot work on non-raw strings containing escape

0 commit comments

Comments
 (0)