summaryrefslogtreecommitdiff
path: root/tests/artifactcache/config.py
Commit message (Expand)AuthorAgeFilesLines
* Replace format-version with min-versionTristan Van Berkom2020-04-251-7/+6
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* tests/artifactcache/config.py: Cast our tmpdir to a stringtlater/fix-monkeypatch-warningTristan Daniël Maat2020-01-081-1/+1
* Reformat code using BlackChandan Singh2019-11-141-105/+81
* _remote.py: Expand user in certificates pathsBenjamin Schubert2019-11-111-0/+76
* Allow splitting artifact cachesTristan Maat2019-09-061-6/+71
* Remove cache-specifc spec classesTristan Maat2019-09-061-7/+8
* tests/artifactcache/config.py: Use dummy_context()Jürg Billeter2019-07-161-10/+10
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-3/+3
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-2/+2
* tests/artifactcache/config: Fix pylint issuesBenjamin Schubert2019-06-061-4/+10
* 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
* _basecache.py: Move artifactcache methods to base cacheRaoul Hidalgo Charman2019-03-141-2/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+1
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-1/+1
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-2/+1
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* tests/artifactcache/config.py: Added test for invalid push remote configurationTristan Van Berkom2018-09-181-0/+34
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-0/+1
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-2/+3
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-1/+1
* Make artifact cache tests work in python3.4jonathan/fix-tests-python34Jonathan Maw2018-01-121-3/+3
* tests: Exercise the new multiple cache supportSam Thursfield2018-01-111-0/+106