summaryrefslogtreecommitdiff
path: root/tests/unit/test_option_manager.py
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+6
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-131-0/+30
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-0/+17
* Type annotate flake8.options.managerAnthony Sottile2019-09-071-10/+1
* Set configuration file-provided values via ArgumentParser.set_defaults()Eric N. Vander Weele2019-08-311-0/+8
* Test default provided options are forwardedEric N. Vander Weele2019-08-311-0/+7
* Put plugin options into separate argparse groupsAnthony Sottile2019-08-191-0/+11
* move from optparse to argparseAnthony Sottile2019-08-171-9/+94
* Fix up test files for W504Ian Stapleton Cordasco2018-10-201-11/+11
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-081-18/+20
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-3/+3
* Add test for reproducible --version stringsIan Cordasco2017-01-211-0/+17
* Add OptionManager#parse_known_argsIan Cordasco2016-07-161-0/+9
* Add python and platform details to --versionIan Cordasco2016-06-281-1/+3
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-2/+2
* Update tests after last night's refactorIan Cordasco2016-05-101-20/+18
* Fix import ordering in test filesIan Cordasco2016-02-251-2/+2
* Log extended default values and add a testIan Cordasco2016-01-241-0/+10
* Add tests around new OptionManager methodsIan Cordasco2016-01-171-1/+72
* Add more docstrings and fix lint errorsIan Cordasco2016-01-101-0/+1
* Add test for comma-separated paths normalizationIan Cordasco2016-01-091-2/+20
* Add more tests around parse_argsIan Cordasco2016-01-091-6/+25
* Show that even defaults are properly normalizedIan Cordasco2016-01-091-1/+2
* Add failing test for OptionManager.parse_argsIan Cordasco2016-01-091-0/+17
* Add test for custom arguments to add_optionIan Cordasco2016-01-091-0/+13
* Start testing the OptionManagerIan Cordasco2016-01-091-0/+46