diff --git a/tests/templates/test_directory_processor.py b/tests/templates/test_directory_processor.py index 0f12d75..9e1aab6 100644 --- a/tests/templates/test_directory_processor.py +++ b/tests/templates/test_directory_processor.py @@ -1017,6 +1017,7 @@ class TestDirectoryProcessor: # Скрипт создает файл. assert not os.path.exists(join_paths(CHROOT_PATH, 'etc/file_14')) + assert directory_processor.template_executor.\ changed_files == {}