Github user mxmrlv commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/69#discussion_r102486230
  
    --- Diff: tests/orchestrator/context/test_operation.py ---
    @@ -38,30 +43,51 @@
     @pytest.fixture
     def ctx(tmpdir):
         context = mock.context.simple(
    -        str(tmpdir.join('workdir')),
    -        inmemory=True,
    +        str(tmpdir),
             context_kwargs=dict(workdir=str(tmpdir.join('workdir')))
         )
         yield context
         storage.release_sqlite_storage(context.model)
     
     
    +tmp_file = os.path.join(tempfile.gettempdir(), 
'op_testing_const_file_name')
    --- End diff --
    
    move up


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to