Update fixture README with descriptions

This commit is contained in:
Ian Cordasco 2016-01-19 06:43:47 -06:00
parent dcf696d678
commit 4e294af81c

View file

@ -20,3 +20,19 @@ 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/no-flake8-section.ini``
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).