summaryrefslogtreecommitdiff
path: root/tests/context
Commit message (Expand)AuthorAgeFilesLines
* tests/context/context.py: Test setting XDG_CACHE_HOMETristan Maat2018-06-051-0/+17
* _yaml.py: Prevent ruamel from removing underscoresPhillip Smyth2018-02-152-18/+0
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-1/+1
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-131-4/+0
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-1/+1
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* Updating all test cases for the removal of architecture conditionals and optionsTristan Van Berkom2017-11-061-2/+1
* Updated test cases for internal API changes stemming from project optionsTristan Van Berkom2017-10-101-1/+1
* 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