summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Add tests to buildcheckout for pullingRaoul Hidalgo Charman2019-06-241-1/+63
* tests/partial: Add test to cover find_missing_blobsRaoul Hidalgo Charman2019-06-211-0/+25
* _frontend/cli.py: Tweak 'try' & 'always' bst shell buildtree handlingTom Pollard2019-06-191-8/+15
* tests/frontend: fix or ignore pylint args-differAngelos Evripiotis2019-06-183-3/+3
* testing/_utils: match git methods to base classAngelos Evripiotis2019-06-183-8/+11
* CliIntegration: match methods to base classAngelos Evripiotis2019-06-182-4/+8
* tests/frontend/pull.py: Fix typojennis/fix_typoJames Ennis2019-06-171-1/+1
* _exceptions.py: Make ErrorDomain uniqueraoul/unique-error-domainsRaoul Hidalgo Charman2019-06-131-1/+1
* Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-122-2/+2
* tests/artifactcache: add __init__.py file to make it a packageBenjamin Schubert2019-06-061-0/+0
* tests/artifactcache/push: remove unused importBenjamin Schubert2019-06-061-1/+0
* tests/artifactcache/pull: Remove unused variableBenjamin Schubert2019-06-061-1/+0
* tests/artifactcache/config: Fix pylint issuesBenjamin Schubert2019-06-061-4/+10
* tests/artifactcache/artifactservice: Fix pylint issuesBenjamin Schubert2019-06-061-3/+1
* tests/artifactcache: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-066-6/+6
* tests/artifactcache: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-066-0/+18
* tests/examples/flatpak-autotools: rename HAVE_OSTREE to HAVE_OSTREE_PLUGINBenjamin Schubert2019-06-061-4/+6
* tests/testutils/site: Remove completely and migrate HAVE_OSTREE to examplesBenjamin Schubert2019-06-062-10/+7
* tests/testutils/site: Remove unused HAVE_OSTREE_CLI variableBenjamin Schubert2019-06-061-9/+0
* test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-0613-29/+13
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-0622-33/+27
* test:utils/site: Consolidate MACHINE_ARCH variable in a single placeBenjamin Schubert2019-06-068-16/+14
* test:utils/site: Consolidate arpy environment variables in a single placeBenjamin Schubert2019-06-062-7/+1
* test:utils/site: Consolidate Lzip environment variables in a single placeBenjamin Schubert2019-06-062-7/+1
* test:utils/site: Consolidate Bwrap environment variables in a single placeBenjamin Schubert2019-06-069-18/+19
* test:utils/site: Consolidate Git environment variables in a single placeBenjamin Schubert2019-06-066-30/+8
* test:utils/site: Consolidate Bzr environment variables in a single placeBenjamin Schubert2019-06-064-15/+6
* tests/sourcecache/push.py: Less strict initialisation checkjennis/fix_failing_testJames Ennis2019-06-061-2/+2
* 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
* tests/plugins: Enable pylint and fix problemsbschubert/pylint-fixesBenjamin Schubert2019-06-053-2/+7
* tests/remoteexecution: Enable pylint and fix problemsBenjamin Schubert2019-06-053-2/+8
* tests/sandboxes: Enable pylint and fix problemsBenjamin Schubert2019-06-054-6/+15
* _yaml.pyx: Forbid expected_type=Mapping, and remove isinstance checkBenjamin Schubert2019-06-031-8/+7
* _yaml: Cythonize and internalize NodeBenjamin Schubert2019-05-291-7/+7
* tests/context.py: Normalize path of XDG_CACHEBenjamin Schubert2019-05-241-1/+1
* tests/artifactservice.py: run in separate processraoul/1023-grpc-forkingRaoul Hidalgo Charman2019-05-241-49/+98
* tests/frontend/show.py: Test behavior of unfetched/inconsistent workspaced ju...Tristan Van Berkom2019-05-241-11/+44
* jobs: refactor, use new set_message_unique_idAngelos Evripiotis2019-05-231-0/+6
* tests/frontend/logging.py: fix error message regexAngelos Evripiotis2019-05-221-2/+13
* tests: Fix import order of buildstream and tests modulesChandan Singh2019-05-214-7/+9
* element.py: fix init_workspace for multiple sourcesraoul/440-fixRaoul Hidalgo Charman2019-05-171-0/+29
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-1511-52/+122