summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-083-641/+0
* tests: Fix test failures caused by unix sockets' path length limitjonathan/wsl-testsJonathan Maw2019-02-061-1/+8
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-061-0/+11
* testutils/site.py: Support parsing more exotic git versionsChandan Singh2019-01-311-1/+1
* tests/testutils/runcli.py: Make get_element_states() take a list of targetsTristan Van Berkom2019-01-241-3/+2
* tests/sources/git.py: Skip tests that assume too new a gitRichard Maw2019-01-211-0/+5
* testutils/runcli.py: Allow removing artifacts from arbitrary dirsTristan Maat2019-01-181-1/+7
* tests/testutils/python_repo.py: Use subprocess to run sdistTristan Van Berkom2019-01-181-2/+4
* testutils/runcli.py: Added cli.get_element_states()Tristan Van Berkom2019-01-181-0/+22
* conftest.py: Use different artifact directory for integration testsTristan Van Berkom2019-01-161-2/+2
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-2/+2
* testutils/runcli.py: Added Result.get_start_order()Tristan Van Berkom2019-01-101-0/+17
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-031-0/+1
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-1/+1
* tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-0/+14
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-131-44/+0
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-1/+4
* tests/testutils/repo/git.py: Adding remove_path() helperTristan Van Berkom2018-12-061-0/+6
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-051-1/+2
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-0/+14
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-293-0/+168
* Cleanup cache in cas server more agressivelyValentin David2018-11-281-4/+17
* Update mtimes of objects for requested references.Valentin David2018-11-281-0/+9
* tests: Avoid hangs due to exceptions in subprocessesJim MacArthur2018-11-271-10/+15
* 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