mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Add README to fixtures directory
This commit is contained in:
parent
7269d84845
commit
9231aae1d6
1 changed files with 22 additions and 0 deletions
22
tests/fixtures/config_files/README.rst
vendored
Normal file
22
tests/fixtures/config_files/README.rst
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
About this directory
|
||||
====================
|
||||
|
||||
The files in this directory are test fixtures for unit and integration tests.
|
||||
Their purpose is described below. Please note the list of file names that can
|
||||
not be created as they are already used by tests.
|
||||
|
||||
New fixtures are preferred over updating existing features unless existing
|
||||
tests will fail.
|
||||
|
||||
Files that should not be created
|
||||
--------------------------------
|
||||
|
||||
- ``tests/fixtures/config_files/missing.ini``
|
||||
|
||||
Purposes of existing fixtures
|
||||
-----------------------------
|
||||
|
||||
``tests/fixtures/config_files/cli-specified.ini``
|
||||
|
||||
This should only be used when providing config file(s) specified by the
|
||||
user on the command-line.
|
||||
Loading…
Add table
Add a link
Reference in a new issue