From 63ad941f1013c53e62872d8784d61f5fcd72c35e Mon Sep 17 00:00:00 2001 From: Markov Andrey Date: Tue, 30 Jun 2026 09:20:34 +0000 Subject: [PATCH] Add new file --- core/tests/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/tests/__init__.py diff --git a/core/tests/__init__.py b/core/tests/__init__.py new file mode 100644 index 0000000..bbc18d3 --- /dev/null +++ b/core/tests/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +""" +Пакет tests – unit-тесты для критически важных функций. +Использует pytest и pytest-asyncio. +""" \ No newline at end of file