summaryrefslogtreecommitdiff
path: root/morphlib/savefile_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* python scripts: pep8ize codebaseRichard Maw2012-08-011-6/+5
| | | | | | | | | 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.
* Expose the real filename for SaveFileLars Wirzenius2012-07-171-0/+8
|
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-271-0/+90
This avoids problems with files with the right names but partial content, if morph is killed in the middle of writing the file.