summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Migrate protected variable handling tests to tests/format/variables.pyTristan Van Berkom2019-01-164-102/+89
* tests: Removing tests/pipeline/load.pyTristan Van Berkom2019-01-163-26/+0
* tests: Renaming some tests in tests/format/project.pyTristan Van Berkom2019-01-161-5/+5
* tests: Migrate preflight error handling check to tests/format/project.pyTristan Van Berkom2019-01-166-19/+7
* tests: Migrate test for load_ref() unsupporting plugins into format/project.pyTristan Van Berkom2019-01-165-32/+32
* tests: Migrate dependency order/iteration testing to the format testsTristan Van Berkom2019-01-1630-107/+108
* tests: Migrate dependencies test to tests/formatTristan Van Berkom2019-01-1625-292/+168
* tests: Migrate internal Loader basic test to internals directoryTristan Van Berkom2019-01-167-2/+15
* tests: Rename `plugins` directory to `elements` directoryTristan Van Berkom2019-01-1618-0/+0
* tests: Removing tests/plugins/third_party.pyTristan Van Berkom2019-01-165-79/+0
* tests: Migrate plugin loading test to internals directoryTristan Van Berkom2019-01-1617-1/+1
* tests: Migrate plugin factory test to internals directoryTristan Van Berkom2019-01-1621-1/+1
* tests: Migrate context test into the internals directoryTristan Van Berkom2019-01-165-1/+1
* tests: Migrate utils tests into internals directoryTristan Van Berkom2019-01-164-0/+0
* tests: Migrate yaml test to the internals directoryTristan Van Berkom2019-01-1614-1/+1
* tests: Migrate storage test to the internals directoryTristan Van Berkom2019-01-164-1/+1
* tests: Migrate virtual directory storage test to internals directoryTristan Van Berkom2019-01-161-0/+0
* tests: Migrate `--except` testing to tests/frontend/show.pyTristan Van Berkom2019-01-1615-88/+86
* tests: Migrate completions test to tests/frontendTristan Van Berkom2019-01-1624-1/+4
* tests/frontend/order.py: Enable the test for build and fix the fetch testsTristan Van Berkom2019-01-161-18/+19
* conftest.py: Use different artifact directory for integration testsTristan Van Berkom2019-01-162-4/+4
* source-determinism.py integration test: Dont use integration_cache fixtureTristan Van Berkom2019-01-161-1/+1
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-166-9/+8
* buildstream/_gitsourcebase.py: Fix case where HEAD is taggedValentin David2019-01-161-0/+111
* buildstream/_gitsourcebase.py: Reduce git history for git describe.Valentin David2019-01-161-0/+78
* completions.py: Add a test for our artifact ref autocompletionsjennis/add_artifacts_completionJames Ennis2019-01-141-0/+41
* tests/frontend/order.py: Adding tests ensuring stable element processing orderTristan Van Berkom2019-01-101-0/+109
* testutils/runcli.py: Added Result.get_start_order()Tristan Van Berkom2019-01-101-0/+17
* tests/format/optionarch.py: Add tests for architecture aliasesJürg Billeter2019-01-105-0/+81
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-033-5/+24
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-1/+1
* tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-314-0/+27
* tests/loader/junctions.py: Test the error we expect when a cross junction ele...Tristan Van Berkom2018-12-312-1/+23
* tests/loader/junctions.py: Use Result checking APIs instead of manuallyTristan Van Berkom2018-12-311-39/+24
* tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
* tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
* tests/frontend/logging.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
* tests/sources: Test that fetch() is not called for cached sourcesJürg Billeter2018-12-204-0/+98
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-192-5/+133
* Introduce new "source" command groupChandan Singh2018-12-1424-152/+160
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-133-53/+43
* tests: Add tests for artifact group commandsRichard Maw2018-12-121-0/+68
* cli: Add artifact command groupRichard Maw2018-12-121-0/+1
* Remove source bundle commandPhil Dawson2018-12-123-50/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-121-0/+35
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-121-0/+17
* Add --tar option to source-checkout commandPhil Dawson2018-12-121-0/+18
* tests: Add tests for guessing element namesJonathan Maw2018-12-113-25/+61
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-113-5/+188
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-112-1/+102