summaryrefslogtreecommitdiff
path: root/tests/unit/test_legacy_api.py
Commit message (Expand)AuthorAgeFilesLines
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* fix test which was not testing anythingAnthony Sottile2021-01-071-3/+5
* fix a few small spelling issuesAnthony Sottile2020-09-201-2/+2
* instrument coverage on tests and require 100% coverage thereAnthony Sottile2020-03-231-1/+1
* 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-2/+2
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-2/+2
* 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
* 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-031-5/+2
* application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-131-1/+1
* application: Remove preliminary argument parsing stateEric N. Vander Weele2019-10-011-1/+0
* 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
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-301-1/+0
* Fix issue with pep8-namingIan Stapleton Cordasco2018-05-201-3/+3
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-0/+4
* Add a bunch more legacy API testsIan Cordasco2016-07-191-0/+95
* Add more simple tests for the legacy apilegacy-api-testsIan Cordasco2016-07-161-0/+28
* Begin adding tests for the Legacy APIIan Cordasco2016-07-161-0/+22