summaryrefslogtreecommitdiff
path: root/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* Clean old Platform.get_platform referencesTristan Maat2017-11-011-1/+1
* Updated test cases for internal API changes stemming from project optionsTristan Van Berkom2017-10-101-2/+2
* Updating test cases to construct the project/loader properly again.Tristan Van Berkom2017-10-081-6/+6
* Fix tests for other platformsTristan Maat2017-09-281-0/+8
* Add testsTristan Maat2017-09-145-0/+68
* Fix affected test casesTristan Maat2017-09-141-6/+6
* plugin tests: Adding new tests with plugins loaded in a pipelineTristan Van Berkom2017-08-3117-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