summaryrefslogtreecommitdiff
path: root/tests/integration/source-determinism.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Avoid testing file times along with umaskDarius Makovsky2020-02-051-5/+4
* tests: source_determinism.py: Skip flaky test with buildbox-runJürg Billeter2019-12-171-0/+4
* tests: source_determinism.py: Do not use too restrictive test umasksjuerg/casd-separate-userJürg Billeter2019-12-031-2/+7
* Reformat code using BlackChandan Singh2019-11-141-43/+26
* 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
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-1/+1
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-061-1/+1
* tests/integration: Fix all 'unused-import' errorsBenjamin Schubert2019-06-061-1/+0
* 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
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+1
* tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-141-73/+1
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+1
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-8/+4
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-061-3/+3
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-2/+2
* conftest.py: Use different artifact directory for integration testsTristan Van Berkom2019-01-161-2/+2
* Added tests for .bst suffix and completionsPhillip Smyth2018-11-301-2/+2
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-201-0/+3
* tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-241-5/+10
* Add some integration tests for source plugin determinism.Valentin David2018-08-121-0/+155