summaryrefslogtreecommitdiff
path: root/tests/integration/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Defer committing workspace files to cachetraveltissues/1159Darius Makovsky2019-10-081-1/+0
* element.py: remove call to _source_cached()traveltissues/benchmarkDarius Makovsky2019-10-051-0/+1
* tests: Remove xfails from buildbox integration testsDarius Makovsky2019-09-241-1/+0
* tests: Remove xfails from buildbox integration testsDarius Makovsky2019-09-241-1/+0
* tests/integration/shell.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-5/+0
* Revert "Mark xfail test that only fail in CI"Jürg Billeter2019-08-071-13/+3
* Mark xfail test that only fail in CIWilliam Salmon2019-07-251-3/+13
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-0/+14
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-1/+1
* tests: Add shell test with pull optionRaoul Hidalgo Charman2019-06-241-0/+50
* CliIntegration: match methods to base classAngelos Evripiotis2019-06-181-2/+4
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-061-1/+1
* tests/integration/shell: Simplify if-else assignmentBenjamin Schubert2019-06-061-4/+1
* tests/integration: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-061-1/+1
* tests/integration: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-061-0/+3
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-15/+15
* tests: Remove redundant integration pytest markersChandan Singh2019-03-011-1/+0
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+0
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-13/+13
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-1/+1
* tests/integration/shell.py: More asserts in test_isolated_no_mountjuerg/shell-testJürg Billeter2019-02-191-0/+2
* tests/integration/shell.py: Skip test_isolated_no_mount without sandboxJürg Billeter2019-02-191-0/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-2/+1
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-061-15/+15
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-1/+1
* tests: Add tests for guessing element namesJonathan Maw2018-12-111-3/+13
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-111-0/+26
* Workspace CLI updateWilliam Salmon2018-11-211-1/+1
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-201-0/+14
* tests: Add tests for 'bst shell --sysroot'Jonathan Maw2018-10-301-0/+29
* element.py: Always clean up the rootdirJonathan Maw2018-10-301-42/+0
* tests: test that integration commands can use /devRichard Maw2018-09-181-0/+10
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-1/+1
* tests/integration/shell.py: Test that workspaced files are visible in a bst s...Tristan Van Berkom2018-04-111-0/+77
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-061-27/+7
* tests/integration/shell.py: Testing new shell environment configurationTristan Van Berkom2018-03-061-2/+42
* tests/integration/shell.py: Adding tests for env var expansions in `host-files`tristan/shell-enhancementsTristan Van Berkom2018-03-061-0/+25
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-061-45/+19
* tests/integration/shell.py: Updated shell testsTristan Van Berkom2018-03-041-32/+34
* tests/integration/shell.py: Added tests for host-filesTristan Van Berkom2018-02-281-0/+97
* tests/integration/shell.py: Generate project.conf on the flyTristan Van Berkom2018-02-281-0/+28
* tests/integration/shell.py: Added tests for inheriting environment variablesTristan Van Berkom2018-02-251-3/+37
* tests/integration/shell.py: Dont use shlex, use command vectorsTristan Van Berkom2018-02-251-9/+15
* tests/integration: Use a minimal custom base sysrootSam Thursfield2018-02-211-1/+1
* Merge integration tests into general testsTristan Maat2018-02-071-0/+81