summaryrefslogtreecommitdiff
path: root/tests/unit/test_merged_config_parser.py
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-6/+7
* config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-201-8/+6
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-1/+1
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-1/+1
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-121-2/+4
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-1/+2
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-071-0/+1
* config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-061-2/+2
* config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-131-1/+1
* options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-121-9/+0
* move from optparse to argparseAnthony Sottile2019-08-171-1/+1
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-51/+30
* Reproduce quiet/verbose config problemShinya Kawaguchi2017-07-221-3/+21
* Parse hyphenated config names alsoIan Cordasco2016-06-281-0/+28
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-4/+3
* Add example configuration sections to the docsIan Cordasco2016-05-281-0/+33
* Fix import ordering in test filesIan Cordasco2016-02-251-3/+4
* Add tests around merge_user_and_local_config and parseIan Cordasco2016-01-101-0/+50
* Add tests for parse_{user,local}_config methodsIan Cordasco2016-01-101-0/+49
* Add test for is_configured_byIan Cordasco2016-01-101-0/+12
* Add more docstrings and fix lint errorsIan Cordasco2016-01-101-0/+1
* Ignore only D203 and fix Flake8 errorsIan Cordasco2016-01-101-0/+1
* Fix bugs found while writing parse_cli_config testIan Cordasco2016-01-101-1/+20
* Start testing MergedConfigParserIan Cordasco2016-01-101-0/+41