Merge pull request #1456 from asottile/unused-test-fixtures

remove some unused test fixture files
This commit is contained in:
Anthony Sottile 2021-11-14 11:57:05 -05:00 committed by GitHub
commit 639dfe1671
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View file

@ -21,11 +21,6 @@ Purposes of existing fixtures
This should only be used when providing config file(s) specified by the This should only be used when providing config file(s) specified by the
user on the command-line. user on the command-line.
``tests/fixtures/config_files/local-config.ini``
This should be used when providing config files that would have been found
by looking for config files in the current working project directory.
``tests/fixtures/config_files/local-plugin.ini`` ``tests/fixtures/config_files/local-plugin.ini``
This is for testing configuring a plugin via flake8 config file instead of This is for testing configuring a plugin via flake8 config file instead of
@ -35,8 +30,3 @@ Purposes of existing fixtures
This should be used when parsing an ini file without a ``[flake8]`` This should be used when parsing an ini file without a ``[flake8]``
section. section.
``tests/fixtures/config_files/user-config.ini``
This is an example configuration file that would be found in the user's
home directory (or XDG Configuration Directory).

View file

@ -1,3 +0,0 @@
[flake8]
exclude = docs/
select = E,W,F

View file

@ -1,5 +0,0 @@
[flake8]
exclude =
tests/fixtures/,
docs/
ignore = D203