Github user ran-z commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/128#discussion_r115498822
  
    --- Diff: tests/cli/test_service_templates.py ---
    @@ -244,3 +258,13 @@ def test_create_archive_successful(self, monkeypatch, 
mock_object):
             monkeypatch.setattr(csar, 'write', mock_object)
             self.invoke('service_templates create_archive stubpath stubdest')
             assert 'CSAR archive created at stubdest' in 
self.logger_output_string
    +
    +    def test_create_archive_from_relative_path(self, monkeypatch, 
mock_object):
    +
    +        monkeypatch.setattr(os.path, 'isfile', lambda x: True)
    +        monkeypatch.setattr(os.path, 'isfile', mock_object)
    --- End diff --
    
    doesnt this line override the previous one?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to