From b6116fccfd95090bc566b32cf9ce27cbd14d7330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=20=D0=94=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=81?= Date: Mon, 19 Oct 2020 12:39:06 +0300 Subject: [PATCH] fixed #12 --- tests/templates/test_directory_processor.py | 1 + 1 file changed, 1 insertion(+) 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 == {}