summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: check sources are pushed even if build failsRaoul Hidalgo Charman2019-03-254-0/+100
* tests: source and artifact cache testRaoul Hidalgo Charman2019-03-251-0/+91
* tests: Add source cache push failure testRaoul Hidalgo Charman2019-03-251-0/+42
* tests: Add source cache pull after a push testRaoul Hidalgo Charman2019-03-251-0/+45
* tests: Add source cache push testRaoul Hidalgo Charman2019-03-251-0/+96
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-252-4/+4
* tests: Add source cache fetch failure testRaoul Hidalgo Charman2019-03-251-0/+52
* tests: Add source cache test for fallbackRaoul Hidalgo Charman2019-03-251-0/+59
* tests: Add source cache fetch testRaoul Hidalgo Charman2019-03-251-0/+111
* _basecache.py: Moves has remote methodsRaoul Hidalgo Charman2019-03-252-3/+3
* cascache.py: Do not silently ignore missing directories in checkout()Jürg Billeter2019-03-251-2/+4
* tests/frontend/pull.py: Add test for pull completing partial artifactsJürg Billeter2019-03-251-0/+31
* tests: Check get_unique_key isn't used before trackRaoul Hidalgo Charman2019-03-214-0/+110
* element.py: move _generate_key to _source_cachedRaoul Hidalgo Charman2019-03-211-1/+1
* tests: when comparing lists/dicts, compare all at onceBenjamin Schubert2019-03-216-50/+61
* _artifactcache: don't define CACHE_SIZE_FILE twiceAngelos Evripiotis2019-03-211-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2172-327/+327
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-2123-0/+153
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-2072-72/+72
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-2075-0/+230
* tests:lint: fix all redefined-outer-name errorsBenjamin Schubert2019-03-201-6/+6
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-205-7/+6
* tests/external_plugins.py: remove unused importsBenjamin Schubert2019-03-201-2/+0
* tests:lint: Remove unused variablesBenjamin Schubert2019-03-201-2/+0
* tests:lint: silence unbalanced-tuple-unpacking errorsBenjamin Schubert2019-03-201-0/+2
* tests:lint: fix all blacklisted-name errorsBenjamin Schubert2019-03-201-10/+10
* tests:lint: fix indentationBenjamin Schubert2019-03-201-1/+1
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-205-11/+11
* tests:lint: Raise exception instead of using 'assert False' for errorsBenjamin Schubert2019-03-201-1/+3
* tests:lint: use set comprehensions instead of set([])Benjamin Schubert2019-03-201-3/+3
* tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-203-3/+9
* tests:lint: fix all ungrouped importsBenjamin Schubert2019-03-202-4/+2
* tests:lint: fix all misplaced-comparison-constant errorsBenjamin Schubert2019-03-201-6/+6
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-204-6/+6
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-2021-174/+174
* tests:lint: remove all expression-not-assigned errorsBenjamin Schubert2019-03-201-5/+5
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-205-21/+20
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-2025-36/+67
* tests: rename tests shadowing another one and fix failuresBenjamin Schubert2019-03-203-3/+3
* tests/frontend/push.py: add missing assert statementsBenjamin Schubert2019-03-201-2/+2
* tests: remove duplicated testsBenjamin Schubert2019-03-202-21/+0
* tests: Move conftest.py into tests/ subdirectoryTristan Van Berkom2019-03-202-1/+110
* 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-162-4/+4
* _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
* _project: don't _find_project_dir if a junctionAngelos Evripiotis2019-03-151-0/+77
* _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuffJames Ennis2019-03-141-4/+4
* tests: move templated tests from workspace.py into separate filephil/consolidate-repo-testsPhil Dawson2019-03-146-6/+203
* tests/frontend/workspaces/py: Fix typo in WorkspaceCreator classPhil Dawson2019-03-141-7/+7