summaryrefslogtreecommitdiff
path: root/morphlib/builder_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* Fix copyright yearsSam Thursfield2015-01-121-1/+1
|
* Merge branch 'sam/cached-repo-cleanup'Sam Thursfield2015-01-121-2/+4
|\ | | | | | | | | Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
* | Rename builder2 module to builderSam Thursfield2014-12-191-0/+221
|/
* Get rid of the old internal morph APIsLars Wirzenius2012-05-021-165/+0
|
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-021-0/+165
The helper class, Factory, has unit tests, which is why it's currently separate. It may later get integrated with BlobBuilder, or the other way around. Classes that don't have unit tests are marked out of coverage.