summaryrefslogtreecommitdiff
path: root/tests/frontend/show.py
Commit message (Expand)AuthorAgeFilesLines
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-271-13/+0
* Reformat code using BlackChandan Singh2019-11-141-277/+224
* Improve progress testsTristan Maat2019-10-101-44/+0
* tests/frontend/show.py: Test that strict dependencies behave as expectedTristan Van Berkom2019-08-311-0/+54
* tests: Check that progress tallies are correct, including across junctionsJonathan Maw2019-07-261-0/+44
* element.py: Introduce __update_strict_cache_key_of_rdeps()James Ennis2019-07-161-1/+1
* tests/frontend/show.py: Test proper resolution of max-jobsTristan Van Berkom2019-07-161-0/+51
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-151-1/+1
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-5/+5
* tests: remove 'node_get_yaml_provenance()' helper and replace with the new APIBenjamin Schubert2019-07-151-3/+4
* runcli.py: Don't set project to 'None'AlexFazakas2019-07-021-2/+2
* Always fetch subprojects as neededJürg Billeter2019-06-251-7/+2
* tests/frontend/show.py: Test behavior of unfetched/inconsistent workspaced ju...Tristan Van Berkom2019-05-241-11/+44
* tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-211-1/+2
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-261-6/+15
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-12/+12
* 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: rename variables shadowing othersBenjamin Schubert2019-03-201-3/+3
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-2/+2
* tests: Remove unused variablesBenjamin Schubert2019-03-011-3/+1
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-2/+2
* _frontend: Allow printing dependencies using `bst show`Chandan Singh2019-02-121-0/+25
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-241-0/+21
* tests: Migrate `--except` testing to tests/frontend/show.pyTristan Van Berkom2019-01-161-9/+86
* Introduce new "source" command groupChandan Singh2018-12-141-1/+1
* tests/frontend: Add test for invalid element-pathelement-path_not_validatedPhillip Smyth2018-11-121-0/+13
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+2
* tests/frontend/show.py: Add test case for maximum recursion depth being exceededPhil Dawson2018-07-251-2/+58
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-4/+43
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-1/+1
* tests/frontend/show.py: Removing some unused variablesTristan Van Berkom2018-04-141-2/+0
* tests/frontend/show.py: Test behaviors of showing junctioned elementsTristan Van Berkom2018-04-051-1/+92
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-011-4/+4
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-131-6/+4
* Add tests for multiple targetsTristan Maat2017-11-041-0/+53
* tests/frontend/show.py: Added test for `bst show`Tristan Van Berkom2017-09-041-0/+55