Редактировать __init__.py

This commit is contained in:
Markov Andrey
2026-06-30 10:33:52 +00:00
parent 63900feece
commit 1e2e18d77b

5
tests/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
"""
Пакет tests unit-тесты для критически важных функций.
Использует pytest и pytest-asyncio.
"""