summaryrefslogtreecommitdiff
path: root/tests/integration/test_aggregator.py
Commit message (Expand)AuthorAgeFilesLines
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-2/+1
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-2/+2
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-121-1/+4
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-2/+2
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-071-1/+2
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-6/+4
* application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-251-1/+4
* options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-251-0/+1
* config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-131-2/+2
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-2/+7
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-2/+2
* Fix integration testsIan Cordasco2016-06-141-2/+2
* Fix tests broken by updating the default ignore listIan Cordasco2016-06-071-1/+1
* Fix import ordering in test filesIan Cordasco2016-02-251-2/+2
* Add integration tests for aggregate_optionsIan Cordasco2016-01-241-0/+48