summaryrefslogtreecommitdiff
path: root/tests/plugins/basics.py
Commit message (Expand)AuthorAgeFilesLines
* Update tests for changed plugin loadingJonathan Maw2017-12-131-76/+112
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* Fix affected test casesTristan Maat2017-09-141-6/+6
* plugin tests: Added tests for new version assertionsTristan Van Berkom2017-08-301-0/+22
* plugins tests: Fixed to expect errors at plugin load timeTristan Van Berkom2017-08-291-24/+32
* pep8 fixes in plugin test caseTristan Van Berkom2016-12-101-33/+83
* 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-131-0/+14
* Adding test ensuring failure mode when plugin has no setup()Tristan Van Berkom2016-11-131-0/+14
* Adding test ensuring failure mode when plugin reports incorrect typeTristan Van Berkom2016-11-131-1/+15
* Adding test ensuring failure mode when plugin reports something not a typeTristan Van Berkom2016-11-131-0/+14
* Adding more plugin testsTristan Van Berkom2016-11-131-11/+82
* Use pytest, add first basic plugin testTristan Van Berkom2016-11-131-0/+21