diff --git a/tests/transports/test_all_plugins.py b/tests/transports/test_all_plugins.py index 5d8afb5ca..8aea2529c 100644 --- a/tests/transports/test_all_plugins.py +++ b/tests/transports/test_all_plugins.py @@ -112,6 +112,7 @@ def test_makedirs(custom_transport, tmp_path_remote): # recreate but with ignore flag transport.makedirs(dir_tree, True) + def test_rmtree(custom_transport, tmp_path_remote): """Verify the functioning of rmtree command""" with custom_transport as transport: