summaryrefslogtreecommitdiff
path: root/tests/plugins/deprecationwarnings
Commit message (Expand)AuthorAgeFilesLines
* plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-291-0/+1
* tests/plugins/deprecationwarnings.py: Moved from it's subdirectoryTristan Van Berkom2020-04-296-38/+0
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-291-1/+1
* Replace format-version with min-versionTristan Van Berkom2020-04-251-2/+2
* Reformat code using BlackChandan Singh2019-11-141-12/+7
* tests/plugins: Enable pylint and fix problemsbschubert/pylint-fixesBenjamin Schubert2019-06-052-2/+7
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-2/+2
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-012-4/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-1/+1
* plugin.py: Add API to allow plugins to raise deprecation warningsphil/848-plugin-deprecation-warningsPhil Dawson2019-02-205-0/+90