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