Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test refactoring: use tmp path fixture to mock remote and local for t…
…ransport plugins (#6627) In `tests/transport/test_all_plugins.py`, the tests were first wrote couple years ago before there were tmp_path fixture from pytest. The tmp folders were created and shared between multiple tests. When running tests in parallel, they will failed because of override. This commit refactoring all the tests in this file by using `tmp_path_factory` to create `tmp_path_remote` and `tmp_path_local` respectively to mock the transport behavior from different folder in different location. --------- Co-authored-by: Ali Khosravi <[email protected]>
- Loading branch information