Yao-Ching Huang created SUBMARINE-1333:
------------------------------------------

             Summary: Replace pytest tmpdir with tmp_path fixture
                 Key: SUBMARINE-1333
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-1333
             Project: Apache Submarine
          Issue Type: Test
            Reporter: Yao-Ching Huang


Pytest provides both `tmp_path` and `tmpdir` fixtures to indicate the temporary 
directory.

Nowadays, it's preferred to use the `tmp_path` fixture which returns a 
`pathlib.Path` instead of the legacy `tmpdir` which returns `py.path.local`.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to