remove some unused test fixture files

This commit is contained in:
Anthony Sottile 2021-11-14 08:54:57 -08:00
parent e973a02ada
commit 3af47b7df5
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