summaryrefslogtreecommitdiff
path: root/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* plugin tests: Adding new tests with plugins loaded in a pipelineformat-versionTristan Van Berkom2017-08-3017-0/+178
* plugin tests: Added tests for new version assertionsTristan Van Berkom2017-08-305-0/+44
* plugins tests: Fixed to expect errors at plugin load timeTristan Van Berkom2017-08-291-24/+32
* pep8 fixes in plugin test case pluginsTristan Van Berkom2016-12-107-1/+16
* pep8 fixes in plugin test caseTristan Van Berkom2016-12-101-33/+83
* Adding __init__.py to plugins testsTristan Van Berkom2016-11-281-0/+0
* Principle of least underscoresTristan Van Berkom2016-11-151-32/+32
* tests/plugins/basics.py: Removed unused function parameterTristan Van Berkom2016-11-141-3/+1
* Adding test ensuring we can load different plugins with the same nameTristan Van Berkom2016-11-131-0/+38
* Adding test ensuring failure mode when plugin's setup is not a functionTristan Van Berkom2016-11-133-0/+20
* Adding test ensuring failure mode when plugin has no setup()Tristan Van Berkom2016-11-133-0/+20
* Adding test ensuring failure mode when plugin reports incorrect typeTristan Van Berkom2016-11-133-1/+24
* Adding test ensuring failure mode when plugin reports something not a typeTristan Van Berkom2016-11-133-0/+18
* Adding more plugin testsTristan Van Berkom2016-11-139-11/+110
* Use pytest, add first basic plugin testTristan Van Berkom2016-11-131-0/+21