summaryrefslogtreecommitdiff
path: root/tests/frontend/cross_junction_workspace.py
Commit message (Expand)AuthorAgeFilesLines
* loader.py: use the full name of the element when looking up a workspaceAbderrahim Kitouni2020-07-161-2/+5
* Replace format-version with min-versionTristan Van Berkom2020-04-251-2/+2
* Reformat code using BlackChandan Singh2019-11-141-30/+30
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-8/+8
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-151-5/+7
* _yaml: Remove use of expected_type=None in 'node_get()'Benjamin Schubert2019-07-151-3/+0
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-1/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-2/+1
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-041-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-8/+8
* 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: remove all len comparisons existence checkBenjamin Schubert2019-03-201-2/+2
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-201-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+3
* Introduce new "source" command groupChandan Singh2018-12-141-1/+1
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-111-0/+20
* Workspace CLI updateWilliam Salmon2018-11-211-1/+1
* Handle cross junction elements in workspaces.Valentin David2018-06-081-0/+117