mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 04:06:54 +00:00
remove some unused test fixture files
This commit is contained in:
parent
e973a02ada
commit
3af47b7df5
3 changed files with 0 additions and 18 deletions
10
tests/fixtures/config_files/README.rst
vendored
10
tests/fixtures/config_files/README.rst
vendored
|
|
@ -21,11 +21,6 @@ Purposes of existing fixtures
|
|||
This should only be used when providing config file(s) specified by the
|
||||
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``
|
||||
|
||||
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]``
|
||||
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).
|
||||
|
|
|
|||
3
tests/fixtures/config_files/local-config.ini
vendored
3
tests/fixtures/config_files/local-config.ini
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[flake8]
|
||||
exclude = docs/
|
||||
select = E,W,F
|
||||
5
tests/fixtures/config_files/user-config.ini
vendored
5
tests/fixtures/config_files/user-config.ini
vendored
|
|
@ -1,5 +0,0 @@
|
|||
[flake8]
|
||||
exclude =
|
||||
tests/fixtures/,
|
||||
docs/
|
||||
ignore = D203
|
||||
Loading…
Add table
Add a link
Reference in a new issue