summaryrefslogtreecommitdiff
path: root/tests/internals
Commit message (Expand)AuthorAgeFilesLines
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-041-2/+2
* The new YAML World OrderDaniel Silverstone2019-03-274-75/+299
* YAML Cache: Remove the YAML CacheDaniel Silverstone2019-03-271-28/+8
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-212-11/+11
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-203-0/+9
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-201-1/+0
* tests:lint: Raise exception instead of using 'assert False' for errorsBenjamin Schubert2019-03-201-1/+3
* tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-201-1/+1
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-201-1/+1
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-206-71/+71
* tests:lint: remove all expression-not-assigned errorsBenjamin Schubert2019-03-201-5/+5
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-202-4/+6
* _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuffJames Ennis2019-03-141-4/+4
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-141-0/+3
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-013-6/+3
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-4/+4
* tests: Remove unused variablesBenjamin Schubert2019-03-014-33/+33
* tests/internals/storage_vdir_import.py: Use Directory._get_digest()Jürg Billeter2019-03-011-3/+4
* tests/internals/storage_vdir_import.py: Use public API in testJürg Billeter2019-02-261-5/+1
* context: remove artifactdirRaoul Hidalgo Charman2019-02-192-4/+4
* _casbaseddirectory.py: Do not resolve symlinksJürg Billeter2019-02-141-6/+8
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* tests: Migrated cache quota test into artifactcache/cache_size.pyTristan Van Berkom2019-01-231-34/+0
* tests: Migrate internal Loader basic test to internals directoryTristan Van Berkom2019-01-167-0/+133
* tests: Migrate plugin loading test to internals directoryTristan Van Berkom2019-01-1617-0/+189
* tests: Migrate plugin factory test to internals directoryTristan Van Berkom2019-01-1621-0/+390
* tests: Migrate context test into the internals directoryTristan Van Berkom2019-01-164-0/+140
* tests: Migrate utils tests into internals directoryTristan Van Berkom2019-01-163-0/+184
* tests: Migrate yaml test to the internals directoryTristan Van Berkom2019-01-1614-0/+517
* tests: Migrate storage test to the internals directoryTristan Van Berkom2019-01-164-0/+59
* tests: Migrate virtual directory storage test to internals directoryTristan Van Berkom2019-01-161-0/+257