summaryrefslogtreecommitdiff
path: root/tests/frontend/workspace.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/frontend/workspace.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-12/+16
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-3/+3
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-2/+2
* tests/frontend/workspace.py: Skip test_open_multi_unwritable when rootRichard Maw2019-01-211-0/+1
* Introduce new "source" command groupChandan Singh2018-12-141-2/+2
* tests: Add tests for guessing element namesJonathan Maw2018-12-111-17/+34
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-111-5/+142
* Workspace CLI updateWilliam Salmon2018-11-211-6/+131
* tests/frontend/workspace.py: Refactor support functionWilliam Salmon2018-11-211-51/+105
* testing: Add regression test for workspace bugJosh Smith2018-10-041-1/+23
* Tidy relative workspace testsRichard Maw2018-09-141-17/+21
* tests/frontend/workspaces.py: Removing some redundant testsTristan Van Berkom2018-08-281-4/+4
* tests/frontend/workspace.py: Add test for workspaced dependenciesValentin David2018-08-281-0/+70
* Improve error message for deleted open workspacesValentin David2018-08-231-0/+13
* Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-161-1/+28
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-11/+52
* _stream.py: Added functionality for workspace open -fPhillip Smyth2018-07-251-0/+52
* element.py: Fix consistency of workspaced elements when ref is missingChandan Singh2018-05-171-0/+32
* _frontend/cli.py: Add option to reset multiple workspacesChandan Singh2018-04-171-0/+52
* tests/frontend/workspace.py: Added tests for force opening workspacestristan/fix-workspace-force-openTristan Van Berkom2018-04-171-0/+21
* tests/frontend/workspace.py: Test new workspace format versionTristan Maat2018-04-131-0/+24
* tests/frontend/workspace.py: Automatically update versionTristan Maat2018-04-131-5/+6
* tests/frontend/workspace.py: Test that we detect modifications made to a work...352-race-condition-incorrect-saving-of-running-files-in-workspaces-yml-local-state-file311-opening-a-workspace-with-a-cached-buildTristan Van Berkom2018-04-091-0/+77
* tests/frontend/workspace.py: Fixed test_build to make the right assertionTristan Van Berkom2018-04-091-1/+1
* _frontend/cli.py: Add option to close multiple workspacesChandan Singh2018-04-071-3/+43
* tests/frontend/workspace.py: Exercise the build test in strict and non-strict...Tristan Van Berkom2018-04-051-1/+14
* tests/frontend/workspace.py: Reduce unneeded coverage here.Tristan Van Berkom2018-04-021-10/+7
* tests/frontend/workspace.py: Test that we can remove a workspace for a nonexi...Tristan Van Berkom2018-04-021-0/+20
* tests/frontend/workspace.py: Fix inaccurate commentsTristan Van Berkom2018-04-021-6/+3