summaryrefslogtreecommitdiff
path: root/morphlib/cachedrepo_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unit tests to raise cliapp.AppException the right wayLars Wirzenius2012-06-071-5/+5
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-6/+8
* Make morph's _clone_to_directory use CachedRepo.checkoutLars Wirzenius2012-05-041-2/+6
* Relax CachedRepo.checkout requirement that ref is a sha1Lars Wirzenius2012-05-041-5/+0
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-2/+5
* Get rid of 2.7 syntax for assertRaises.Jannis Pohlmann2012-04-091-26/+27
* Add CachedRepo class with tests.Jannis Pohlmann2012-04-091-0/+181