summaryrefslogtreecommitdiff
path: root/tests/unit/test_plugin_type_manager.py
Commit message (Expand)AuthorAgeFilesLines
* test using python3.10Anthony Sottile2021-08-151-14/+7
* extend black formatting to tests as wellAnthony Sottile2021-04-181-44/+63
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+2
* Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-281-1/+1
* mypy now passesAnthony Sottile2019-05-191-11/+3
* Remove unused and broken flake8.listen plugin typeAnthony Sottile2018-12-271-28/+0
* Fix collections ABCs deprecation warning.Jintao Zhang2018-10-231-2/+7
* Add pep8-naming to flake8 lintingIan Stapleton Cordasco2017-11-261-9/+9
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-1/+1
* Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-271-1/+1
* Configure flake8-import-order to use Google StyleIan Cordasco2016-06-171-4/+3
* Silence pytest warningsIan Cordasco2016-03-261-10/+10
* Fix import ordering in test filesIan Cordasco2016-02-251-3/+4
* Fix other tests after pylint fixesIan Cordasco2016-02-191-2/+2
* Move __contains__ and __getitem__ to proper classIan Cordasco2016-02-021-0/+33
* Refactor NotifierBuilder into its own mixinIan Cordasco2016-01-241-0/+28
* Refactor our PluginTypeManager testsIan Cordasco2016-01-231-22/+56
* Write more PluginTypeManager testsIan Cordasco2016-01-221-0/+78
* Add tests for the PluginTypeManagerIan Cordasco2016-01-211-0/+55