mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 22:04:17 +00:00
perform path normalization on '.'
This commit is contained in:
parent
7fad9925d2
commit
4cb1dc8c44
2 changed files with 6 additions and 3 deletions
|
|
@ -132,6 +132,7 @@ def test_invalid_file_list(value):
|
|||
"value,expected",
|
||||
[
|
||||
("flake8", "flake8"),
|
||||
(".", os.path.abspath(".")),
|
||||
("../flake8", os.path.abspath("../flake8")),
|
||||
("flake8/", os.path.abspath("flake8")),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue