summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* element.py: change cache key dict fieldstraveltissues/cache-key-changesDarius Makovsky2019-07-1228-28/+28
* test for BST_FORCE_SANDBOX and BST_FORCE_BACKENDwillsalmon/platformRefactorWilliam Salmon2019-07-127-0/+231
* Refactor of Platform and SandboxWilliam Salmon2019-07-124-13/+35
* tests/remoteexecution/partial.py: Parametrize for pull artifact filesRaoul Hidalgo Charman2019-07-111-5/+12
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-085-23/+29
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-057-17/+17
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-057-7/+7
* utils.py: Add write permission to root path in _force_rmtreeshashwatdalal/tar-file-extractionShahwat Dalal2019-07-042-4/+21
* runcli.py: Don't set project to 'None'AlexFazakas2019-07-022-13/+34
* tar.py: Make link target renaming work between base-dirsTristan Maat2019-07-026-0/+96
* Fetch sources as needed for bst source checkoutJürg Billeter2019-06-272-19/+6
* tests/artifactcache/junctions.py: Assert the default behaviourJames Ennis2019-06-261-1/+9
* testutils: Move assert_shared and assert_not_shared to testutilsJames Ennis2019-06-265-61/+23
* tests/artifactcache/junctions.py: Rename 'foo' to 'parent' for clarityJames Ennis2019-06-2611-4/+4
* tests/artifactcache/junctions.py: Rename misleading 'target' elementJames Ennis2019-06-264-6/+6
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-2510-22/+22
* Always fetch subprojects as neededJürg Billeter2019-06-252-19/+4
* 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