summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* meson: Add support for running the test suite through `meson test`Sam Thursfield2017-12-191-0/+57
* project: Rename required-project-version to format-versionJonathan Maw2017-12-141-1/+1
* tests: Test whether a plugin is allowed to be loadedfix-132-rebasedJonathan Maw2017-12-1311-1/+62
* Update tests for changed plugin loadingJonathan Maw2017-12-1317-103/+225
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-139-38/+27
* tests/testutils/site.py: Removed HAVE_ROOTTristan Van Berkom2017-12-131-2/+0
* tests/testutils/runcli.py: Enhanced to capture stdout/stderr separatelyTristan Van Berkom2017-12-131-11/+64
* Fix testsTristan Maat2017-12-138-2/+357
* tests/testutils/artifactshare.py: Always create summary file for test cachesSam Thursfield2017-12-121-0/+1
* tests/frontend: Reverse ordering of cache specificationsSam Thursfield2017-12-122-14/+14
* Remove unused imports in test filesGökçen Nurlu2017-12-0717-22/+2
* tests/frontend/buildcheckout.py: Adding `bst checkout` testsTristan Van Berkom2017-12-051-5/+91
* tests/testutils/runcli.py: Always run with --no-colorsSam Thursfield2017-12-051-1/+1
* buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_buildJavier Jardón2017-12-051-2/+2
* Add a test for overlaps114-give-better-warnings-on-overlapsJonathan Maw2017-12-0113-0/+62
* Add a test for tar lzipValentin David2017-11-303-0/+58
* Replace 'push-url' and 'pull-url' options with just 'url'sam/canonical-push-urlsSam Thursfield2017-11-222-16/+8
* Accept the first character as shortcut on interruption prompts130-interactive-prompt-prefixAntoine Wacheux2017-11-211-0/+34
* Revert "Accept the first character as shortcut on interruption prompts"Tristan Van Berkom2017-11-191-34/+0
* Accept the first character as shortcut on interruption promptsAntoine Wacheux2017-11-191-0/+34
* tests/pipeline/load.py: Enhanced and added test cases for exceptionsTristan Van Berkom2017-11-1812-34/+73
* tests/testutils/runcli.bst: Fix get_pipeline() to not use mutable default arg...Tristan Van Berkom2017-11-181-1/+4
* load.py: Add test to check intersection exceptionsTristan Maat2017-11-182-0/+24
* Fix testsTristan Maat2017-11-184-14/+3
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-173-4/+4
* tests/sources/tar.py: Test for tarballs containing linksTristan Van Berkom2017-11-173-0/+43
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-141-1/+1
* load.py: Migrate to new test styleTristan Maat2017-11-102-89/+90
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-086-6/+10
* Allow overwriting a list with an empty list using (=) operatorsam/overwrite-list-with-empty-listSam Thursfield2017-11-082-0/+17
* refactoring: Made Project option privateTristan Van Berkom2017-11-065-5/+10
* tests/sandboxes/mounting/mount_simple.py: Changed to test new Mounter objectsandbox-mounts-refactorTristan Van Berkom2017-11-061-3/+3
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-0620-24/+26
* tests/sources/tar.py: Removing some unused test dataTristan Van Berkom2017-11-062-8/+0
* tests/sources/zip.py: Adding tests for zip source edge casesTristan Van Berkom2017-11-0613-0/+221
* tests/sources/fixture.py: Removing the old deprecated fixtureTristan Van Berkom2017-11-061-55/+0
* tests/sources/bzr.py: Removing bzr source testTristan Van Berkom2017-11-0613-238/+0
* Updating cache key test for recent changes related to issue #121Tristan Van Berkom2017-11-063-2/+2
* Updating all test cases for the removal of architecture conditionals and optionsTristan Van Berkom2017-11-0637-201/+53
* tests/sources/git.py: Converted to use newer CLI fixturesTristan Van Berkom2017-11-055-373/+63
* testutils: Added optional subdir parameter to repo creationTristan Van Berkom2017-11-055-10/+25
* tests/sources/patch.py: Converted to use CLI fixturesTristan Van Berkom2017-11-048-103/+82
* tests/sources/local.py: Removed some more unneeded steps in the testTristan Van Berkom2017-11-041-10/+2
* tests/sources/local.py: Remove one line of deadcodeTristan Van Berkom2017-11-041-1/+0
* Add tests for multiple targetsTristan Maat2017-11-0415-0/+103
* Adjust tests to new APITristan Maat2017-11-048-74/+74
* tests/sources/local.py: Migrated test to use frontend fixturesTristan Van Berkom2017-11-043-40/+45
* tests/sources/tar.py: Converted tar test to use the CLI and enhancedTristan Van Berkom2017-11-0314-107/+134
* Add a new zip sourcezipMathieu Bridon2017-11-038-1/+58
* tests: Reuse utils.sha256sumMathieu Bridon2017-11-031-8/+2