summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-6/+7
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-132-1/+32
* Fix using --exclude=.* to not match `.` and `..`Anthony Sottile2020-05-071-0/+8
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-235-10/+13
* Allow noqa to apply to lines due to continuationnoqa_continuationAnthony Sottile2020-03-171-5/+45
* config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-202-21/+6
* config: Remove checks for configs being previously parsedEric N. Vander Weele2020-01-201-24/+0
* split lines the same when read from stdinAnthony Sottile2020-01-161-13/+4
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-124-17/+12
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-123-4/+4
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-122-4/+8
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-121-0/+17
* config: Remove ConfigFileFinder 'parent' and 'tail' attributesEric N. Vander Weele2020-01-121-3/+4
* tests: Ensure patched `os.getcwd()` is an absolute pathEric N. Vander Weele2020-01-121-3/+3
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-073-4/+6
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-072-0/+2
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-071-0/+20
* config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-062-3/+3
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-1/+1
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-6/+7
* Merge branch 'fix/disable_noqa' into 'master'Anthony Sottile2019-12-032-0/+11
|\
| * Remove redundant sample dataIsac Yoo2019-11-131-9/+2
| * Fix codesByeonghoon Yoo2019-11-061-20/+30
| * Add unit test for dd411e95Byeonghoon Yoo2019-11-052-13/+21
* | Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-021-17/+4
|\ \
| * | Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-17/+4
* | | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-284-45/+31
|/ /
* | application: Remove configuration finder stateEric N. Vander Weele2019-11-221-2/+6
* | application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-061-1/+2
|/
* application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-032-11/+5
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-312-3/+33
|\
| * application: Ensure `--version` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-2/+2
| * application: Ensure `-h/--help` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-0/+14
| * application: Keep unknown options in the unknown argument listEric N. Vander Weele2019-10-251-3/+1
| * application: Change to `argparse.ArgumentParser` for preliminary parsingEric N. Vander Weele2019-10-251-2/+3
| * optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-0/+17
* | Only use multiprocessing when the method is forkAnthony Sottile2019-10-281-1/+1
* | linters: Add flake8-bugbear for finding bugs and design problemsEric N. Vander Weele2019-10-251-1/+1
|/
* application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-131-1/+1
* tests: Verify `ConfigFileFinder` behavior based on `getcwd()`Eric N. Vander Weele2019-10-131-41/+18
* config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-133-10/+10
* options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-121-9/+0
* application: Remove preliminary argument parsing stateEric N. Vander Weele2019-10-012-9/+4
* application: Pass prelim opts to `.find_plugins()`Eric N. Vander Weele2019-10-011-1/+3
* application: Pass prelim opts and args to `.make_config_finder()`Eric N. Vander Weele2019-10-011-1/+2
* application: Pass returned prelim options to `.configure_logging()`Eric N. Vander Weele2019-10-011-2/+11
* application: Return namespace and args from preliminary arg parsingEric N. Vander Weele2019-10-011-2/+6
* Don't reset indent_char when we encounter E101Anthony Sottile2019-09-241-18/+0
* Add type annotations for flake8.processorAnthony Sottile2019-09-071-2/+3