summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* audit + string joiningAnthony Sottile2021-03-301-1/+1
* clean up version_info referencesAnthony Sottile2021-03-301-1/+0
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-3019-28/+31
* introduce pyupgrade, run it in python2-compatible modeAnthony Sottile2021-03-291-1/+1
* remove flake8 setuptools commandAnthony Sottile2021-03-291-33/+0
* remove vcs integrationAnthony Sottile2021-03-291-29/+0
* upgrade pycodestyle to 2.7.0Anthony Sottile2021-03-141-0/+1
* ensure crlf line endings of stdin are handled properlyAnthony Sottile2021-01-071-0/+10
* fix test which was not testing anythingAnthony Sottile2021-01-071-3/+5
* fix a few small spelling issuesAnthony Sottile2020-09-202-3/+3
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+6
* 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
|/