summaryrefslogtreecommitdiff
path: root/tests/unit/test_option.py
Commit message (Expand)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-18/+20
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* Type annotate flake8.options.managerAnthony Sottile2019-09-071-2/+2
* move from optparse to argparseAnthony Sottile2019-08-171-36/+19
* mypy now passesAnthony Sottile2019-05-191-1/+1
* Fixed linting errorsymdatta2019-01-041-1/+1
* test_option:Modify the tests to check support for optparse's types.ymdatta2018-11-091-5/+7
* Added tests for optparse's 'float' and 'complex' typesymdatta2018-10-281-0/+8
* Add pep8-naming to flake8 lintingIan Stapleton Cordasco2017-11-261-1/+1
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-3/+2
* Fix import ordering in test filesIan Cordasco2016-02-251-2/+3
* Fix other tests after pylint fixesIan Cordasco2016-02-191-0/+3
* Add more docstrings and fix lint errorsIan Cordasco2016-01-101-0/+1
* Handle when dest is provided to OptionIan Cordasco2016-01-091-0/+5
* Generate dest for Options alwaysIan Cordasco2016-01-091-1/+1
* Test parse_from_config behaviour of OptionsIan Cordasco2016-01-091-0/+7
* Move unit tests into tests/unitIan Cordasco2016-01-091-0/+52