summaryrefslogtreecommitdiff
path: root/tests/context
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for other platformsTristan Maat2017-09-281-0/+4
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-061-1/+1
* tests/context/context.py: Ignore real config filesSam Thursfield2017-06-221-1/+1
* Fixed test cases for xdg dependency removalTristan Van Berkom2017-03-211-8/+15
* Adapted test cases to new Context changesTristan Van Berkom2017-03-201-9/+8
* context.py: expand ~ in pathsJürg Billeter2016-12-151-10/+10
* context test case: Fixed misleading comment in test caseTristan Van Berkom2016-12-131-2/+1
* pep8 fixes in context test caseTristan Van Berkom2016-12-101-2/+9
* Updating context tests now that we've changed to use the _yaml moduleTristan Van Berkom2016-11-283-1/+25
* 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