summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-242-7/+14
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+35
* Improve error message for deleted open workspacesValentin David2018-08-231-0/+13
* Don't strip pathname from debug symbol filesSam Thursfield2018-08-229-14/+30
* Add tests that cache size worksJonathan Maw2018-08-201-0/+62
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-1/+2
* Add Error to git and ostree sources configureWilliam Salmon2018-08-174-17/+83
* Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-165-3/+133
* Fix ostree repository mirroringValentin David2018-08-161-4/+0
* Add pip source pluginChandan Singh2018-08-1518-1/+211
* Allow source plugins to access previous sourcesChandan Singh2018-08-155-0/+151
* Add basic storage test 'storage-test.py'jmac/cas_virtual_directoryJim MacArthur2018-08-154-0/+60
* tests: Add tests for configurable warningsJosh Smith2018-08-159-2/+201
* _project.py: Add fatal-warnings configuration itemJosh Smith2018-08-1528-37/+44
* Test we can discovered submodules on fallback mirrored git repositoriesValentin David2018-08-141-0/+96
* Test git mirroring fallback on submodules when main repo is not mirrored.Valentin David2018-08-141-0/+97
* tests: Add a test of the git source with submodulesJonathan Maw2018-08-143-0/+80
* tests: Test that fetching passes when upstream is absentJonathan Maw2018-08-141-0/+61
* tests/frontend/mirror.py: Re-enable a test for gitValentin David2018-08-141-4/+0
* tests: Add tests for loading builddeps and runtime depsJonathan Maw2018-08-148-4/+78
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-0/+22
* remote source: Add cachekey testChandan Singh2018-08-136-1/+18
* Bump BST_CORE_ARTIFACT_VERSION for deterministic source pluginsValentin David2018-08-1225-25/+25
* Add some integration tests for source plugin determinism.Valentin David2018-08-121-0/+155
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-11/+52
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+42
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-072-2/+43
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0251-3/+878
* Refactor plugin factory creationValentin David2018-08-022-18/+20
* Make Project owner of Loader.Valentin David2018-08-021-1/+1
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-023-35/+36
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-0210-48/+49
* tests: test local plugins and element-path pathstiagogomes/issue-195Tiago Gomes2018-08-023-1/+51
* tests: add additional tests to patch pluginTiago Gomes2018-08-024-9/+50
* tests: add additional tests to local pluginTiago Gomes2018-08-024-2/+55
* tests: add generate_file_types testing functionTiago Gomes2018-08-021-0/+62
* project: validate project paths (element-path)Tiago Gomes2018-08-021-1/+1
* patch plugin: validate project pathsTiago Gomes2018-08-021-5/+7
* local plugin: validate project pathsTiago Gomes2018-08-025-92/+46
* element.py: Raise an exception on unbuilt element checkoutMartin Blanchard2018-08-011-0/+10
* complete.py: Ensure paths get completed from 'element-path'mablanch/448-autocompletion-broken-defaultsMartin Blanchard2018-08-016-0/+25
* tests/examples/developing.py: Add tests for workspaces walkthroughphil/437-workspaces-tutorialPhil Dawson2018-08-011-0/+91
* testutils/patch.py: Add methods for applying and removing patchesPhil Dawson2018-08-011-0/+21
* tests: Add tests for cached behavioursRichard Maw2018-07-311-0/+160
* tests/examples/junctions.py: Add tests for junctions walkthroughphil/437-junction-tutorialPhil Dawson2018-07-301-0/+84
* tests: Add mirrored fetching and tracking testsJonathan Maw2018-07-272-0/+487
* testutils: Add a helper to copy a testutils repoJonathan Maw2018-07-271-1/+20
* Set default mirror via command-line or user configJonathan Maw2018-07-271-0/+1
* tests/sources: deb, tar and zip all test for retry behaviourJosh Smith2018-07-273-3/+6
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+1