summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* _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
* tests: Remove unused variablesBenjamin Schubert2019-03-014-9/+1
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-012-2/+2
* tests/integration/artifact.py: Do not rely on extract directoriesJürg Billeter2019-02-281-22/+31
* tests/integration/pullbuildtrees.py: Remove extract directory checksJürg Billeter2019-02-281-10/+24
* tests/integration/cachedfail.py: Fix test_push_cached_failJürg Billeter2019-02-201-2/+5
* context: remove artifactdirRaoul Hidalgo Charman2019-02-193-21/+22
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-193-15/+10
* 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
* tests: Don't use integration test for artifact logJürg Billeter2019-02-191-34/+0
* utils.py: Do not mangle absolute symlinksJürg Billeter2019-02-141-7/+4
* utils.py: Change _ensure_real_directory() to not resolve symlinksJürg Billeter2019-02-142-14/+7
* Provide configuration for the optional creation of buildtreestpollard/896Tom Pollard2019-02-132-1/+178
* tests/integration/project: Add tests directory to split ruleJürg Billeter2019-02-131-0/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-0823-43/+42
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-0619-85/+85