flake8/tests/fixtures/config_files
2021-11-22 19:45:17 -05:00
..
local-plugin-path.ini Add paths option in local-plugins config file. 2017-10-24 19:58:18 -07:00
local-plugin.ini move from allowlist to blocklist for mypy 2021-11-14 21:48:17 -08:00
README.rst refactor and simplify configuration loading 2021-11-22 19:45:17 -05:00

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/local-plugin.ini``

    This is for testing configuring a plugin via flake8 config file instead of
    setuptools entry-point.