summaryrefslogtreecommitdiff
path: root/tests/integration/cachedfail.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Mark xfail test that only fail in CI"Jürg Billeter2019-08-071-2/+0
* Mark xfail test that only fail in CIWilliam Salmon2019-07-251-0/+2
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-0/+1
* Store Platform reference in Context instance variableJürg Billeter2019-07-171-6/+0
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-5/+5
* Refactor of Platform and SandboxWilliam Salmon2019-07-121-3/+21
* test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-061-2/+1
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-061-2/+2
* test:utils/site: Consolidate Bwrap environment variables in a single placeBenjamin Schubert2019-06-061-1/+2
* tests/integration: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-061-1/+1
* tests/integration: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-061-0/+3
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-151-1/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-4/+4
* tests: Move conftest.py into tests/ subdirectoryTristan Van Berkom2019-03-201-1/+1
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-3/+3
* tests: Remove unused variablesBenjamin Schubert2019-03-011-3/+0
* tests/integration/cachedfail.py: Fix test_push_cached_failJürg Billeter2019-02-201-2/+5
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-2/+2
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-061-4/+4
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-1/+1
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-201-3/+5
* Don't cache sandbox errorsBenjamin Schubert2018-11-191-0/+39
* tests: Add regression test for pushing failed buildsrichardmaw/push-failed-build-regressionRichard Maw2018-09-271-1/+1
* tests: Add tests for cached behavioursRichard Maw2018-07-311-0/+160