mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Add more docstrings and fix lint errors
This commit is contained in:
parent
5903576732
commit
8c872c4bb9
9 changed files with 13 additions and 0 deletions
|
|
@ -38,4 +38,5 @@ def test_normalize_path(value, expected):
|
|||
[os.path.abspath("../" + p) for p in RELATIVE_PATHS]),
|
||||
])
|
||||
def test_normalize_paths(value, expected):
|
||||
"""Verify we normalize comma-separated paths provided to the tool."""
|
||||
assert utils.normalize_paths(value) == expected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue