summaryrefslogtreecommitdiff
path: root/tests/plugins/basics
Commit message (Collapse)AuthorAgeFilesLines
* plugin tests: Added tests for new version assertionsTristan Van Berkom2017-08-304-0/+22
|
* pep8 fixes in plugin test case pluginsTristan Van Berkom2016-12-107-1/+16
|
* Adding test ensuring failure mode when plugin's setup is not a functionTristan Van Berkom2016-11-132-0/+6
| | | | In the case a plugin's setup is not a function we expect a PluginError.
* Adding test ensuring failure mode when plugin has no setup()Tristan Van Berkom2016-11-132-0/+6
| | | | In the case a plugin does not provide setup() we expect a PluginError.
* Adding test ensuring failure mode when plugin reports incorrect typeTristan Van Berkom2016-11-132-0/+9
| | | | | | In the case a plugin defines a setup() which reports a type that is not a subclass of the appropriate type (Source or Element), we expect a PluginError.
* Adding test ensuring failure mode when plugin reports something not a typeTristan Van Berkom2016-11-132-0/+4
| | | | | In the case a plugin defines a setup() which reports a value instead of a type, we expect a PluginError.
* Adding more plugin testsTristan Van Berkom2016-11-138-0/+28