summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add loader test for dependency dict without variantJürg Billeter2016-12-052-0/+19
* Add ArtifactCache testsJürg Billeter2016-12-011-0/+47
* Added a ton of tests to test the LoaderTristan Van Berkom2016-11-2854-0/+1431
* Added basic yaml testsTristan Van Berkom2016-11-284-0/+224
* Adding __init__.py to plugins testsTristan Van Berkom2016-11-281-0/+0
* Updating context tests now that we've changed to use the _yaml moduleTristan Van Berkom2016-11-283-1/+25
* Principle of least underscoresTristan Van Berkom2016-11-151-32/+32
* Updated context test case to expect LoadErrorTristan Van Berkom2016-11-151-4/+4
* Rename InvocationContext -> ContextTristan Van Berkom2016-11-141-8/+8
* Added context test for bad yaml contentTristan Van Berkom2016-11-142-0/+13
* InvocationContext test: Test failure mode with malformed yamlTristan Van Berkom2016-11-142-0/+16
* Added InvocationContext test, test failure mode of missing config fileTristan Van Berkom2016-11-141-0/+17
* Added test that user config file values override builtin defaultsTristan Van Berkom2016-11-142-0/+21
* Added test case for InvocationContextTristan Van Berkom2016-11-141-0/+39
* 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