From 496b7280db28dbc8801d385e53101533bb2c3af4 Mon Sep 17 00:00:00 2001 From: CodyCBakerPhD Date: Mon, 1 Jul 2024 13:20:40 -0400 Subject: [PATCH] debugging --- tests/docker_rclone_with_config_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/docker_rclone_with_config_cli.py b/tests/docker_rclone_with_config_cli.py index 1f72d54fc..9997cc408 100644 --- a/tests/docker_rclone_with_config_cli.py +++ b/tests/docker_rclone_with_config_cli.py @@ -80,6 +80,8 @@ def test_rclone_with_config(self): # The .conf file created inside the container should not be viewable outside the running container # (it was not saved to mounted location) + print(self.test_folder.iterdir()) + testing_file_path = self.test_folder / "testing_rclone_with_config" / "ci_tests" / "test_text_file.txt" assert testing_file_path.is_file()