summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-14 14:38:11 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-03-14 14:38:11 +0000
commit6e8f9eae1b8f57b8f97afd4b65b7571f490670d6 (patch)
tree55526e1cebe2d470c77a23e52448cda1654009b7
parentd77049a98658cdebe41bcc230ef9684e5889baf8 (diff)
downloadmorph-6e8f9eae1b8f57b8f97afd4b65b7571f490670d6.tar.gz
Acknowledge the lack of test coverage
-rw-r--r--morphlib/plugins/copy-artifacts_plugin.py4
-rw-r--r--without-test-modules1
2 files changed, 5 insertions, 0 deletions
diff --git a/morphlib/plugins/copy-artifacts_plugin.py b/morphlib/plugins/copy-artifacts_plugin.py
index e47a9c7d..9cf8c147 100644
--- a/morphlib/plugins/copy-artifacts_plugin.py
+++ b/morphlib/plugins/copy-artifacts_plugin.py
@@ -15,6 +15,10 @@
+# FIXME: no tests
+
+
+
import os
import glob
import json
diff --git a/without-test-modules b/without-test-modules
index cc901f32..b1603c69 100644
--- a/without-test-modules
+++ b/without-test-modules
@@ -24,3 +24,4 @@ morphlib/plugins/expand_repo_plugin.py
morphlib/plugins/deploy_plugin.py
morphlib/plugins/__init__.py
morphlib/writeexts.py
+morphlib/plugins/copy-artifacts_plugin.py