summaryrefslogtreecommitdiff
path: root/tests/artifactcache/cache_size.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* _artifactcache: don't define CACHE_SIZE_FILE twiceAngelos Evripiotis2019-03-211-1/+1
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+0
* tests: Remove unused variablesBenjamin Schubert2019-03-011-3/+0
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-191-2/+2
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-2/+1
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-1/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-01-241-1/+1
* _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.tristan/insufficient-storage-errorTristan Van Berkom2019-01-231-2/+2
* tests: Migrated cache quota test into artifactcache/cache_size.pyTristan Van Berkom2019-01-231-0/+28
* Add tests that cache size worksJonathan Maw2018-08-201-0/+62