summaryrefslogtreecommitdiff
path: root/without-test-modules
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-23 15:16:07 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-10 12:31:03 +0000
commit2a9c29502a76a54aba3cc92c6e617abbe41ba1ee (patch)
tree3232e99d32eb4a7263b84171f4cc18575aa3fa24 /without-test-modules
parent8f47d014bd8946acc67e6fd291a91028ba6c6a08 (diff)
downloadmorph-2a9c29502a76a54aba3cc92c6e617abbe41ba1ee.tar.gz
Move create_source_pool code into new 'sourceresolver' module
This code is an essential part of 'morph build'. It's quite complex and really shouldn't be mixed in with the base Application class. Given a dedicated class we can store some state in the object and avoid functions with seven parameters, too.
Diffstat (limited to 'without-test-modules')
-rw-r--r--without-test-modules4
1 files changed, 4 insertions, 0 deletions
diff --git a/without-test-modules b/without-test-modules
index 55e5291d..530deb4f 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -52,3 +52,7 @@ distbuild/timer_event_source.py
distbuild/worker_build_scheduler.py
# Not unit tested, since it needs a full system branch
morphlib/buildbranch.py
+
+# Requires rather a lot of fake data in order to be unit tested; better to
+# leave it to the functional tests.
+morphlib/sourceresolver.py