diff --git a/manage/tests/unittest_clean.py b/manage/tests/unittest_clean.py index 461ee601..78d38494 100644 --- a/manage/tests/unittest_clean.py +++ b/manage/tests/unittest_clean.py @@ -28,6 +28,7 @@ def create_structure(root_path: Path, structure: FilesystemStructure) -> None: """ Create files and directories according to the structure. """ + def create_structure_internal( root_path: Path, cur_path: Path, structure: FilesystemStructure ) -> None: @@ -59,6 +60,7 @@ def verify_structure(root_path: Path, structure: FilesystemStructure) -> bool: """ Verify that the files and directories match the expected structure. """ + def verify_structure_internal( root_path: Path, cur_path: Path, structure: FilesystemStructure ) -> bool: