# todo: create tests in for the tools subpackage
# 1. test all operations allowed within the root_dir
# 2. test all operations not allowed outside the root_dir
# 3. test all operations with invalid paths
# 4. test all operations with empty paths
# 5. use pytest fixtures to parametrize the tests
# 6. test all operations with different file types (e.g. text files, binary files)