summaryrefslogtreecommitdiff
path: root/morphlib/localrepocache_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored localrepocacheDaniel Firth2013-12-201-35/+25
* Avoid caching repos that are on the local machine anywaySam Thursfield2012-11-121-0/+5
* Use tarballs instead of bundlesDaniel Silverstone2012-09-251-8/+27
* Update unit tests for bare repo caches.Daniel Silverstone2012-09-141-3/+3
* python scripts: pep8ize codebaseRichard Maw2012-08-011-9/+8
* Fix unit tests to raise cliapp.AppException the right wayLars Wirzenius2012-06-071-1/+1
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-2/+4
* Change LocalRepoCache to use the new RepoAliasResolver.Jannis Pohlmann2012-05-041-16/+3
* Remove %s from one of the url patterns, to improve test coverageLars Wirzenius2012-05-041-1/+1
* Remove use of baseurls in LocalRepoCacheLars Wirzenius2012-05-041-0/+6
* Implement repo-alias expansionLars Wirzenius2012-05-041-2/+2
* Add tests for repo-alias expansionLars Wirzenius2012-05-041-0/+7
* Update LocalRepoCache tests to use repo aliases instead of baseurlsLars Wirzenius2012-05-041-6/+6
* Fix LocalRepoCache tests.Jannis Pohlmann2012-04-191-3/+3
* localrepocache tests: fake_git accept cwdRichard Maw2012-04-111-1/+1
* localrepocache unit tests: fix the bundle urlRichard Maw2012-04-111-1/+1
* tests: clones should have origin url not be bundleRichard Maw2012-04-111-3/+7
* localrepocache: return error descriptionRichard Maw2012-04-111-2/+3
* Create cache directory when needed in LocalRepoCacheLars Wirzenius2012-04-101-0/+11
* Fix unit test to remember it's created a file when faking a downloadLars Wirzenius2012-04-101-0/+1
* Remove downloaded bundle after it has been clonedLars Wirzenius2012-04-091-0/+6
* Add bundle support to LocalRepoCacheLars Wirzenius2012-04-091-1/+25
* Add a LocalRepoCache classLars Wirzenius2012-04-091-0/+98