summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* tests/testutils/artifactshare.py: Do not create a fake contextJürg Billeter2018-11-191-5/+2
* Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-171-3/+3
* tests/testutils/site.py: Check for bwrap supporting --json-status-fdRichard Maw2018-11-141-1/+3
* Disable cachekey tests on other architectures than x86_64Valentin David2018-11-141-0/+2
* Add regression test for _pretty_sizeJosh Smith2018-11-061-0/+44
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-3/+3
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-022-0/+129
* tests/testutils/runcli.py: Support binary-mode capture of stdoutDaniel Silverstone2018-10-261-6/+7
* tests/testutils/artifactshare.py: Fix has_artifact() to match core codeJürg Billeter2018-10-231-3/+2
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* testutils/repo/git.py: Add add_tag() methodJürg Billeter2018-09-271-0/+3
* tests/testutils: Use Context for artifact cache creationJürg Billeter2018-09-271-2/+1
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-191-1/+1
* testutils/element_generators.py: Changing sized element functionsTristan Van Berkom2018-09-142-18/+77
* testutils/repo/git.py: Added modify_file() methodTristan Van Berkom2018-09-141-0/+7
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-101-15/+19
* tests/artifactcache: Add push unit-testsMartin Blanchard2018-09-071-0/+18
* Replacing string 'bzr' with value from host toolsbzr_fixknownexus2018-08-301-5/+7
* Add tests for cyclic variables checkJosh Smith2018-08-291-2/+16
* tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-241-2/+4
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-1/+2
* Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-162-0/+58
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-022-0/+37
* tests: add generate_file_types testing functionTiago Gomes2018-08-021-0/+62
* local plugin: validate project pathsTiago Gomes2018-08-021-5/+6
* testutils/patch.py: Add methods for applying and removing patchesPhil Dawson2018-08-011-0/+21
* testutils: Add a helper to copy a testutils repoJonathan Maw2018-07-271-1/+20
* tests/testutils/artifactshare.py: Use CAS artifact serverJürg Billeter2018-07-171-28/+48
* _platform: Use CAS artifact cacheJürg Billeter2018-07-171-6/+1
* tests/testutils/artifactshare.py: Add support for statvfs mockingJürg Billeter2018-07-171-3/+28
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-171-2/+16
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-091-10/+0
* element_generators.py: Add a utility function to create arbitrary size elementsJames Ennis2018-06-072-0/+41
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-111-1/+0
* tests/testutils/runcli.py: Improve detection of pulled/pushed elementsJürg Billeter2018-04-301-2/+2
* tests/testutils/integration.py: Avoid inconsistent symlink handlingSam Thursfield2018-04-231-0/+5
* _exceptions.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* element.py: Make artifact lowercase in time_activity()James Ennis2018-03-281-1/+1
* Remove unused importsJürg Billeter2018-03-251-1/+1
* tests/testutils/site.py: Add HAVE_ARPYJürg Billeter2018-03-251-0/+6
* tests/testutils/repo/git.py: Add new add_file() convenienceTristan Van Berkom2018-03-221-1/+11
* testutils/repo/git.py: Added branch() methodTristan Van Berkom2018-03-201-0/+3
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-061-8/+62
* Integration tests: Removing some dead codeTristan Van Berkom2018-02-271-16/+0
* tests/frontend/push.py: Test that we don't push stuff that we just pulledSam Thursfield2018-02-261-0/+14
* testutils/runcli.py: Print something helpful if BuildStream fails to exit pro...Tristan Van Berkom2018-02-251-0/+1
* testutils: Add support for git source controlling submodule checkoutJonathan Maw2018-02-191-6/+11
* Merge integration tests into general testsTristan Maat2018-02-071-2/+3
* Add test utilities for integration testsTristan Maat2018-02-073-25/+131
* runcli.py: Allow setting individual config settingsTristan Maat2018-02-071-4/+8