summaryrefslogtreecommitdiff
path: root/morphlib/remoteartifactcache_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Silence log messages during unit testsLars Wirzenius2012-12-181-2/+4
|
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-1/+1
| | | | Adjust all other parts and the tests to work with this.
* python scripts: pep8ize codebaseRichard Maw2012-08-011-42/+42
| | | | | | | | | This was done with the aid of the pep8 script, available by running `easy_install pep8`. It may be worth making this part of ./check, but that will require putting pep8 into the development tools stratum. This should be easy, given pep8 has no external dependencies.
* Handle only the urllib2.URLError exceptionsLars Wirzenius2012-06-221-1/+2
| | | | | | | | Handling all exceptions in a way that assumes they're all related to the URL fetching hides unrelated errors, such as missing imports, or bad types, or such. Also, add more logging for debugging.
* Add RemoteArtifactCache. Move metadata basename code into Artifact.Jannis Pohlmann2012-04-191-0/+156