summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/testutils/artifactshare.py: Fix has_artifact() to match core codeJürg Billeter2018-10-231-3/+2
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* _loader/loader.py: Be more explanatory in CircDep exceptionDaniel Silverstone2018-10-181-0/+1
* Change URL to the Alpine tarballValentin David2018-10-171-1/+1
* Fix spelling of it's and itsRichard Dale2018-10-1610-10/+10
* Added tests for conf-root variableWilliam Salmon2018-10-164-0/+72
* Add conf-root variable to buildsWilliam Salmon2018-10-161-4/+4
* New Integration test for workspace command-subdirWilliam Salmon2018-10-162-0/+34
* yamlcache.py: Add YAML cache changed file testLachlan Mackenzie2018-10-151-3/+26
* yaml.py: Add yaml cache test to yaml list composition twiceLachlan Mackenzie2018-10-151-8/+9
* yaml.py: Add yaml cache testing to yaml list composition testLachlan Mackenzie2018-10-151-6/+10
* yaml.py: Add loader for yaml test files cache optionLachlan Mackenzie2018-10-151-0/+16
* yamlcache.py: Add yaml cache testsJonathan Maw2018-10-151-0/+119
* testing: Add regression test for workspace bugJosh Smith2018-10-041-1/+23
* tests: Add regression test for mirroring with project.refsJonathan Maw2018-10-031-0/+76
* Fix outside-of-project check when project path is not canonical.Valentin David2018-09-271-0/+12
* tests: Add regression test for pushing failed buildsrichardmaw/push-failed-build-regressionRichard Maw2018-09-271-1/+1
* tests/sources/git.py: Add track and fetch test with and without tagJürg Billeter2018-09-271-0/+47
* testutils/repo/git.py: Add add_tag() methodJürg Billeter2018-09-271-0/+3
* tests/artifactcache/push.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
* tests/artifactcache/pull.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
* tests/testutils: Use Context for artifact cache creationJürg Billeter2018-09-271-2/+1
* tests/frontend/rebuild.py: Add strict/non-strict rebuild testjuerg/rebuildJürg Billeter2018-09-242-0/+40
* _stream.py: Ensure source-bundle's source directory existsChandan Singh2018-09-213-0/+55
* tests/artifactcache/push.py: Ignore return value of push_directoryjmac/remote_exec_checkout_fixJim MacArthur2018-09-211-2/+2
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-191-1/+1
* tests.py: Test skip on pushJosh Smith2018-09-191-0/+23
* Rework Skipped usageJosh Smith2018-09-191-1/+2
* Adding test for Invalid Yamlissue-642-Invalid_project.conf_seen_as_missingknownexus2018-09-183-0/+16
* tests: test that integration commands can use /devRichard Maw2018-09-182-0/+19
* tests/artifactcache/config.py: Added test for invalid push remote configurationTristan Van Berkom2018-09-184-0/+35
* tests/artifactcache/pull.py: Do not double-initialize remotesDaniel Silverstone2018-09-181-3/+0
* tests/format/optionoverrides.py: Added test for options in element overridesTristan Van Berkom2018-09-183-0/+49
* Cachekey update helper: Document ensuring . in PYTHONPATHRichard Maw2018-09-161-1/+1
* Bump Artifact VersionRichard Maw2018-09-1628-28/+28
* tests/artifactcache/expiry.py: Added test_never_delete_required_track()Tristan Van Berkom2018-09-141-1/+57
* 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
* tests/artifactcache/expiry.py: Assert the expected errorsTristan Van Berkom2018-09-141-0/+2
* tests/artifactcache/expiry.py: Cleanup of test for required artifactsTristan Van Berkom2018-09-141-39/+23
* Tidy relative workspace testsRichard Maw2018-09-141-17/+21
* tests: Use cli.configure for custom logging testRichard Maw2018-09-141-3/+2
* tests: cover builds that make socketsRichard Maw2018-09-143-0/+63
* Add tests for validating configuration variablesTiago Gomes2018-09-103-0/+101
* tests: avoid setting max-jobsTiago Gomes2018-09-101-11/+5
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-101-15/+19
* tests/artifactcache/expiry.py: Fix test case expectations.Tristan Van Berkom2018-09-101-0/+19
* tests/artifactcache: Add pull unit-testsjmac/remote_execution_clientMartin Blanchard2018-09-071-0/+320
* tests/artifactcache: Add push unit-testsMartin Blanchard2018-09-072-0/+330
* tests/artifactcache: Add a simple test projectMartin Blanchard2018-09-077-0/+48