summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* element.py: Don't reset a failed (but cached) workspaced Elementjennis/fix_failed_workspacesJames Ennis2019-08-132-0/+44
* Move make plugin to bst-plugins-experimentalcoldtom/move-makeThomas Coldrick2019-08-091-0/+1
* Move cmake plugin to bst-plugins-experimentalcoldtom/move-cmakeThomas Coldrick2019-08-081-0/+5
* tests/integration/shell.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-5/+0
* tests/integration/make.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-2/+0
* Revert "Mark xfail test that only fail in CI"Jürg Billeter2019-08-0717-95/+3
* Mark xfail test that only fail in CIWilliam Salmon2019-07-2517-3/+95
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-259-2/+32
* Test that commands can be found on PATH when links are presentWilliam Salmon2019-07-253-0/+42
* Store Platform reference in Context instance variableJürg Billeter2019-07-171-6/+0
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-1511-26/+26
* Refactor of Platform and SandboxWilliam Salmon2019-07-123-11/+29
* tests: Add case for using pull and use buildtreesRaoul Hidalgo Charman2019-06-241-0/+29
* tests: Add shell test with pull optionRaoul Hidalgo Charman2019-06-241-0/+50
* _frontend/cli.py: Tweak 'try' & 'always' bst shell buildtree handlingTom Pollard2019-06-191-8/+15
* CliIntegration: match methods to base classAngelos Evripiotis2019-06-182-4/+8
* _exceptions.py: Make ErrorDomain uniqueraoul/unique-error-domainsRaoul Hidalgo Charman2019-06-131-1/+1
* test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-062-5/+2
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-0620-22/+26
* test:utils/site: Consolidate Bwrap environment variables in a single placeBenjamin Schubert2019-06-063-3/+6
* tests/integration: add __init__.py file to make it a packagebschubert/pylint-integrationBenjamin Schubert2019-06-061-0/+0
* tests/integration: Fix mutable default argumentsBenjamin Schubert2019-06-062-2/+11
* tests/integration/shell: Simplify if-else assignmentBenjamin Schubert2019-06-061-4/+1
* test/integration: Fix 'wrong-import-order' pylint issuesBenjamin Schubert2019-06-063-7/+11
* tests/integration: Fix all 'unused-import' errorsBenjamin Schubert2019-06-063-9/+0
* tests/integration: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-0623-25/+25
* tests/integration: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-0623-0/+69
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-153-18/+27
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-154-14/+13
* tests: Break `test_pip_source_import` into independent testspip-elem-install-from-pip-sourceShahwat Dalal2019-05-141-2/+59
* pip_element: Install packages pulled by pip_sourceShahwat Dalal2019-05-141-0/+62
* tests: Allow `python_repo` to install nested package depsShahwat Dalal2019-05-141-8/+18
* tests/integration/workspace.py: Test that we don't crash when workspace artif...tristan/fix-missing-workspace-artifactTristan Van Berkom2019-05-061-0/+33
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-1623-31/+31
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+1
* tests: Fix all remaining references to bst pushchandan/fix-bst-pull-docsChandan Singh2019-04-101-2/+2
* tests: Fix all remaining references to bst pullChandan Singh2019-04-101-1/+1
* plugintestutils/runcli.py: Add TestArtifact() 'abstraction' classTom Pollard2019-03-292-32/+10
* The new YAML World OrderDaniel Silverstone2019-03-271-1/+1
* cascache.py: Do not silently ignore missing directories in checkout()Jürg Billeter2019-03-251-2/+4
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2122-76/+76
* tests: Move conftest.py into tests/ subdirectoryTristan Van Berkom2019-03-201-1/+1
* Change default of cache-buildtrees option to 'auto'Jürg Billeter2019-03-163-18/+20
* Rename cache-buildtrees option value 'failure' to 'auto'Jürg Billeter2019-03-161-3/+3
* _artifact.py: Do not create empty buildtree directoriesJürg Billeter2019-03-162-13/+9
* tests/integration/artifact.py: Fix empty directory checksJürg Billeter2019-03-161-2/+2
* tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-141-73/+1
* tests: Remove redundant integration pytest markersChandan Singh2019-03-017-15/+0
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-0113-25/+2
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-0120-69/+69