From 62f6a541837cb718fbf79a98f234c8f5f96081da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:03:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/transports/test_all_plugins.py | 1 + 1 file changed, 1 insertion(+) 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: