summaryrefslogtreecommitdiff
path: root/tests/artifactcache/pull.py
Commit message (Expand)AuthorAgeFilesLines
* setup.cfg: Use isort to sort our importsbschubert/isortBenjamin Schubert2020-07-031-1/+0
* Reformat code using BlackChandan Singh2019-11-141-50/+34
* tests: remove mark.in_subprocessAngelos Evripiotis2019-10-221-2/+0
* cascache.py: instantiate usage monitor earlyDarius Makovsky2019-10-221-0/+2
* Change unfitting function nameTristan Maat2019-09-061-2/+2
* tests: Modify all tests using subprocesses to use in_subprocess markTom Mewett2019-08-301-146/+39
* tests/artifactcache/pull.py: Use dummy_context()Jürg Billeter2019-07-161-125/+100
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-2/+2
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-5/+5
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-1/+1
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-2/+2
* tests/artifactcache/pull: Remove unused variableBenjamin Schubert2019-06-061-1/+0
* tests/artifactcache: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-061-1/+1
* tests/artifactcache: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-061-0/+3
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-1/+2
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-151-4/+2
* artifactcache tests: change artifactcache variablesRaoul Hidalgo Charman2019-05-151-13/+13
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* plugintestutils/runcli.py: Add TestArtifact() 'abstraction' classTom Pollard2019-03-291-7/+5
* _basecache.py: Moves has remote methodsRaoul Hidalgo Charman2019-03-251-1/+1
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+0
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-15/+15
* element.py: Lift ArtifactCache.get_artifact_fullname() to hereJames Ennis2019-02-131-1/+1
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* tests: Avoid hangs due to exceptions in subprocessesJim MacArthur2018-11-271-9/+20
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-7/+9
* _project.py: Remove unused artifacts parameter from load_elements()Jürg Billeter2018-11-051-3/+3
* tests/artifactcache/pull.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
* tests/artifactcache/pull.py: Do not double-initialize remotesDaniel Silverstone2018-09-181-3/+0
* tests/artifactcache: Add pull unit-testsjmac/remote_execution_clientMartin Blanchard2018-09-071-0/+320