summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add `--deps build` option to `bst checkout`Chandan Singh2018-11-121-2/+12
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-11-123-12/+19
* Fix bug with root mounted as non-artifact in script plugin.Valentin David2018-11-085-0/+83
* Test that helpful messages are raised when missing dependenciesBenjamin Schubert2018-11-084-0/+95
* Fix infinite recursion in default strip debug commandValentin David2018-11-083-3/+3
* Fix cache corruption by scripts when layout and integration commands are usedValentin David2018-11-075-0/+62
* Add regression test for _pretty_sizeJosh Smith2018-11-062-0/+74
* Split up artifact cache and CAS cacheJürg Billeter2018-11-053-16/+19
* _project.py: Remove unused artifacts parameter from load_elements()Jürg Billeter2018-11-052-6/+6
* tests/integration/project/files: Remove pypi-repoctolentino82018-11-024-16/+0
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-024-12/+184
* _frontend/app.py: Set correct element-path in interactive bst-initchiaratolentino/bst-init-interactive-elementpathctolentino82018-10-311-0/+32
* tests: Add tests for 'bst shell --sysroot'Jonathan Maw2018-10-301-0/+29
* tests: Add test that cached build trees are staged in build shellsJonathan Maw2018-10-303-0/+105
* element.py: Always clean up the rootdirJonathan Maw2018-10-301-42/+0
* tests/frontend/buildcheckout.py: Enable test_build_checkout_tarball_stdoutdanielsilverstone-ct/preserve-stdoutbschubert/fix-binary-output-captureDaniel Silverstone2018-10-261-2/+1
* tests/testutils/runcli.py: Support binary-mode capture of stdoutDaniel Silverstone2018-10-261-6/+7
* Fix some ruamel warnings during testsValentin David2018-10-261-2/+2
* 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