summaryrefslogtreecommitdiff
path: root/tests/frontend/buildcheckout.py
Commit message (Expand)AuthorAgeFilesLines
* tests: str(datafiles) instead of a longer thingaevri/dirname_basenameAngelos Evripiotis2019-03-201-27/+27
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+3
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-201-1/+1
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+3
* tests: rename tests shadowing another one and fix failuresBenjamin Schubert2019-03-201-1/+1
* tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-141-48/+1
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-12/+7
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* loader: Allow dependencies to use ":" to refer to junctioned elementsChandan Singh2019-02-261-0/+136
* storage.Directory.export_to_tar: mtime=_magic...aevri/mtime1Angelos Evripiotis2019-02-151-0/+20
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* tests/frontend/buildcheckout.py: Add default target test with junctionJürg Billeter2019-01-241-0/+47
* tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-241-0/+30
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-18/+20
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-031-1/+23
* tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-311-0/+14
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-2/+12
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-031-12/+8
* Added tests for .bst suffix and completionsPhillip Smyth2018-11-301-0/+25
* Workspace CLI updateWilliam Salmon2018-11-211-1/+1
* tests/frontend/buildcheckout.py: Enable test_build_checkout_tarball_stdoutdanielsilverstone-ct/preserve-stdoutbschubert/fix-binary-output-captureDaniel Silverstone2018-10-261-2/+1
* Fix E305 warningsJavier Jardón2018-08-281-0/+1
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+2
* element.py: Raise an exception on unbuilt element checkoutMartin Blanchard2018-08-011-0/+10
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-1/+108
* tests/frontend/buildcheckout.py: Added tests for "Add a `--deps` flag to `bst...add_flag_to_checkoutPhillip Smyth2018-07-171-0/+36
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-0/+19
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-2/+2
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-1/+1
* tests/frontend/buildcheckout.py: Added regression tests for workspaced junctionsTristan Van Berkom2018-04-161-0/+109
* tests/frontend/buildcheckout.py: Added junction related testsTristan Van Berkom2018-04-051-1/+90
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-011-16/+11
* Remove unused imports in test filesGökçen Nurlu2017-12-071-1/+0
* tests/frontend/buildcheckout.py: Adding `bst checkout` testsTristan Van Berkom2017-12-051-5/+91
* Issue #124: Add test for staging to element build directory124-test-that-an-error-is-raised-when-staging-to-the-elements-build-directoryTristan Maat2017-10-231-0/+19
* tests/frontend/buildcheckout.py: Assert that build directories are removedTristan Van Berkom2017-10-211-0/+5
* Fix tests for other platformsTristan Maat2017-09-281-0/+1
* tests/frontend/buildcheckout.py: Run tests in strict/non-strict modeTristan Van Berkom2017-09-051-9/+21
* Restructuring tests using the Repo and CliTristan Van Berkom2017-09-041-3/+2
* tests/frontend/buildcheckout.py: Added tests for `bst build` and `bst checkout`Tristan Van Berkom2017-09-041-0/+78