summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added tests with pipeline to check element iteration and scopeTristan Van Berkom2016-12-319-1/+158
* Adding first pipeline testsTristan Van Berkom2016-12-313-0/+42
* Adding first git plugin testsTristan Van Berkom2016-12-194-0/+236
* local source test: Use the common fixture thingyTristan Van Berkom2016-12-191-48/+18
* Source tests: Adding common fixture thingy to share across source testsTristan Van Berkom2016-12-191-0/+41
* Removed code and tests related to stacks and includes.Tristan Van Berkom2016-12-1921-650/+0
* Simplify exceptions a bitTristan Van Berkom2016-12-181-2/+2
* Adding in basic sandbox interface classAndrew Leeming2016-12-152-0/+364
* Added missing test filesTristan Van Berkom2016-12-152-0/+7
* Adding first source test for local sourceTristan Van Berkom2016-12-157-0/+119
* context.py: expand ~ in pathsJürg Billeter2016-12-151-10/+10
* Adding initial test cases for Project configuration objectTristan Van Berkom2016-12-146-0/+89
* context test case: Fixed misleading comment in test caseTristan Van Berkom2016-12-131-2/+1
* Add loader tests for dependency typesJürg Billeter2016-12-124-0/+75
* Add variants test for illegal compositionTristan Van Berkom2016-12-102-0/+24
* pep8 fixes in yaml test caseTristan Van Berkom2016-12-101-10/+17
* 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
* pep8 fixes in loader variants test caseTristan Van Berkom2016-12-101-13/+37
* pep8 fixes in loader stacks test caseTristan Van Berkom2016-12-101-1/+3
* pep8 fixes in loader dependencies test caseTristan Van Berkom2016-12-101-0/+4
* pep8 fixes in loader includes test caseTristan Van Berkom2016-12-101-0/+4
* pep8 fixes in loader basics test caseTristan Van Berkom2016-12-101-0/+5
* pep8 fixes in loader arches test caseTristan Van Berkom2016-12-101-13/+35
* pep8 fixes in context test caseTristan Van Berkom2016-12-101-2/+9
* pep8 fixes in artifactcache test caseTristan Van Berkom2016-12-101-0/+5
* 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