summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-143-74/+137
* tests: move templated source tests from track.py into separate filePhil Dawson2019-03-142-368/+413
* tests: move templated tests from track_cross_junction.py into separate filePhil Dawson2019-03-141-0/+23
* tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-142-48/+82
* tests: move templated source tests from mirror.py into separate filePhil Dawson2019-03-142-397/+427
* tests: move templated source tests from fetch.py into separate filePhil Dawson2019-03-1429-75/+198
* Source cache testsRaoul Hidalgo Charman2019-03-1415-0/+429
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-144-2/+12
* CASQuota: move clean method hereRaoul Hidalgo Charman2019-03-141-3/+3
* _basecache.py: Move artifactcache methods to base cacheRaoul Hidalgo Charman2019-03-141-2/+2
* cascache.py: Ensure path exists before trying to update the mtimeJames Ennis2019-03-131-0/+38
* cli.py: Add artifact delete commandJames Ennis2019-03-132-0/+105
* tests: Add tests to ensure that overwriting on later compositions worksJames Ennis2019-03-126-0/+63
* tests/frontend/workspace.py: Remove redundant and pointless testsTristan Van Berkom2019-03-121-19/+13
* tests/format/junctions.py: Added tests for missing files across junction boun...Tristan Van Berkom2019-03-1211-0/+66
* tests/format/project.py: Added tests for missing files and missing junctionsTristan Van Berkom2019-03-125-0/+31
* Allow testing of external plugins via toxphil/external-plugin-testingPhil Dawson2019-03-081-0/+93
* tests/testutils/artifactshare.py: Support optional coverageTristan Van Berkom2019-03-051-2/+7