Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 1, 2024
1 parent 5776c78 commit 496b728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/docker_rclone_with_config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 496b728

Please sign in to comment.