Add TODO for considering removing a test

Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/061dcd3b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/061dcd3b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/061dcd3b

Branch: refs/heads/cli-tests
Commit: 061dcd3b9f42eef8b0d11b390c0c6fe380b037c4
Parents: cba5871
Author: Avia Efrat <[email protected]>
Authored: Wed Apr 5 18:17:57 2017 +0300
Committer: Avia Efrat <[email protected]>
Committed: Wed Apr 5 18:17:57 2017 +0300

----------------------------------------------------------------------
 tests/cli/test_service_templates.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/061dcd3b/tests/cli/test_service_templates.py
----------------------------------------------------------------------
diff --git a/tests/cli/test_service_templates.py 
b/tests/cli/test_service_templates.py
index 87d859c..fc60fef 100644
--- a/tests/cli/test_service_templates.py
+++ b/tests/cli/test_service_templates.py
@@ -80,6 +80,8 @@ class TestServiceTemplatesShow(TestCliBase):
 
     def test_show_exception_raise_when_no_service_template_with_given_id(self):
 
+        # TODO consider removing as it does not seem to test the cli but 
rather the message received
+        # from the storage
         outcome = self.invoke('service_templates show 5')
         assert_exception_raised(
             outcome,

Reply via email to