summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-2236-120/+128
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-2210-48/+50
* tests/sources/git.py: Skip tests that assume too new a gitRichard Maw2019-01-212-1/+8
* tests/frontend/workspace.py: Skip test_open_multi_unwritable when rootRichard Maw2019-01-211-0/+1
* widget.py: Avoid "showing 0 lines" messages when there are no linesTristan Maat2019-01-181-0/+110
* 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
* tests/artifactcache/expiry.py: Test refs directory cleanupTristan Van Berkom2019-01-181-0/+14
* tests/frontend/track.py: Use test_track_recurse() to stress test SourcesTristan Van Berkom2019-01-181-13/+47
* testutils/runcli.py: Added cli.get_element_states()Tristan Van Berkom2019-01-181-0/+22
* sandbox/sandbox.py: Display failed commands in the detail stringtristan/error-message-regressionTristan Van Berkom2019-01-161-1/+1
* tests: Migrate junctions test to tests/format/junctions.pyTristan Van Berkom2019-01-1664-0/+0
* 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