summaryrefslogtreecommitdiff
path: root/tests/frontend/workspace.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using tmpdir_factory.mkdtemp("")bschubert/fix-mktemp-usageBenjamin Schubert2020-04-231-13/+14
* _workspaces.py: Drop `prepared`Jürg Billeter2020-02-111-2/+2
* _workspaces.py: Drop `running_files`Jürg Billeter2020-02-111-5/+2
* _workspaces.py: Increment format version, drop support for old versionsJürg Billeter2020-02-111-50/+4
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* lint: Remove unnecessary list comprehensionsBenjamin Schubert2019-12-021-1/+1
* Reformat code using BlackChandan Singh2019-11-141-581/+421
* Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-061-2/+16
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-041-61/+54
* tests: add test for soft workspace resettraveltissues/1140-softresetDarius Makovsky2019-10-161-0/+52
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-161-3/+3
* element.py: remove concept of key instabilityDarius Makovsky2019-10-051-10/+35
* element.py: always check sources for cachingDarius Makovsky2019-09-241-3/+20
* workspace: Add test to ensure we can show logs from a workspaced builddanielsilverstone-ct/missing-sh-fixBenjamin Schubert2019-08-141-0/+34
* tests: Add regression test for issue #1086Chandan Singh2019-07-191-0/+25
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-151-3/+3
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-3/+3
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-17/+13
* _yaml: Remove 'node_del' and support `del mapping[key]`Benjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-151-5/+5
* _yaml: Remove use of expected_type=None in 'node_get()'Benjamin Schubert2019-07-151-1/+0
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-4/+4
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-1/+1
* tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-211-2/+2
* element.py: fix init_workspace for multiple sourcesraoul/440-fixRaoul Hidalgo Charman2019-05-171-0/+29
* 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/+2
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-041-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-9/+9
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-5/+5
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-211-0/+55
* 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: silence unbalanced-tuple-unpacking errorsBenjamin Schubert2019-03-201-0/+2
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-201-2/+2
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-201-2/+2
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-7/+7
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-201-15/+15
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+3
* tests: move templated tests from workspace.py into separate filephil/consolidate-repo-testsPhil Dawson2019-03-141-6/+0
* tests/frontend/workspaces/py: Fix typo in WorkspaceCreator classPhil Dawson2019-03-141-7/+7
* tests/frontend/workspace.py: Remove redundant and pointless testsTristan Van Berkom2019-03-121-19/+13
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-2/+1
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-3/+0
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-8/+8
* userconfig: rm really-workspace-close-project-inaccessibleare_you_sure2Angelos Evripiotis2019-02-151-0/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* tests: Test that fetching an open workspace will fetch its dependenciesJonathan Maw2019-01-241-21/+34
* Test that tracking in workspaces actually worksJonathan Maw2019-01-241-4/+12