mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
Fix up test files for W504
This commit is contained in:
parent
c58a4662d8
commit
56b86ba9fe
3 changed files with 15 additions and 15 deletions
|
|
@ -70,8 +70,8 @@ def test_generate_possible_local_files(args, expected):
|
|||
"""Verify generation of all possible config paths."""
|
||||
finder = config.ConfigFileFinder('flake8', args, [])
|
||||
|
||||
assert (list(finder.generate_possible_local_files()) ==
|
||||
expected)
|
||||
assert (list(finder.generate_possible_local_files())
|
||||
== expected)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('args,extra_config_files,expected', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue