summaryrefslogtreecommitdiff
path: root/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsJürg Billeter2018-03-251-1/+0
|
* pylint - dealt with import warningsJames Ennis2018-03-141-1/+2
|
* Modify how the INTEGRATION_CACHE environment var is interpretedSam Thursfield2018-02-281-1/+1
| | | | | | | | When specifying a location for the integration tests cache directory, we would previously append '/integration-cache' to whatever path we were given. This is regarded as confusing. See: https://gitlab.com/BuildStream/buildstream/issues/267
* Store integration tests cache inside the current directory by defaultSam Thursfield2018-02-281-6/+6
| | | | | | | | Previously the code would default to a directory in `/tmp`, but this is often unsuitable as the Linux 'tmpfs' filesystem doesn't support extended file attributes and thus cannot store OSTree repositories. See: https://gitlab.com/BuildStream/buildstream/issues/267
* Merge integration tests into general testsTristan Maat2018-02-071-0/+54