summaryrefslogtreecommitdiff
path: root/morphlib/bins_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Unit tests: Fix up for changes to chunk construct apiRichard Maw2014-01-161-24/+15
* Add tests for listing a chunk's contentsRichard Dale2013-05-241-0/+9
* Rewrite test to not use with for gzip.GzipFileLars Wirzenius2013-03-131-2/+3
* Test that chunk artifacts are NOT compressedLars Wirzenius2013-03-111-1/+7
* python scripts: pep8ize codebaseRichard Maw2012-08-011-24/+27
* bins_tests: fix tabsRichard Maw2012-07-051-3/+3
* unit tests: add tests for tarball extractionRichard Maw2012-07-051-1/+74
* Normalize timestamps of files in chunk artifactsLars Wirzenius2012-06-281-1/+1
* morphlib.bins: remove create_stratumRichard Maw2012-06-141-27/+0
* morph: remove dead code and replace Execute with app.runcmdRichard Maw2012-05-301-5/+2
* builder: use the same tar extract logic for all artifactsRichard Maw2012-05-141-2/+2
* Refactor tests to share more common codeLars Wirzenius2012-02-281-15/+18
* Remove pointless empty directory from testLars Wirzenius2012-02-281-2/+0
* Document why test ignore directory size and mtimeLars Wirzenius2012-02-281-0/+11
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-271-6/+13
* Fix mtime handling in tests for chunk and stratum creation and unpackingLars Wirzenius2012-02-011-4/+14
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-1/+1
* Use self.assert* everywhere instead of the assert statement.Jannis Pohlmann2012-01-191-36/+39
* stop morph from using fakeroot and sudoLars Wirzenius2012-01-111-4/+2
* Fix tests to reflect changesRichard Maw2011-12-091-7/+14
* Combine unpack_chunk and unpack_stratum into unpack_binaryLars Wirzenius2011-11-031-3/+3
* Include only files matching regexps, removes them from after adding themLars Wirzenius2011-11-031-7/+7
* Add tests for create_chunk's glob handlingLars Wirzenius2011-11-031-4/+29
* Add functions for creating and unpacking strata.Lars Wirzenius2011-10-171-0/+24
* Add functions for creating and unpacking binary chunks.Lars Wirzenius2011-10-171-0/+78