add tests

This commit is contained in:
qananasikq
2026-04-16 18:11:14 +03:00
parent 3ce7866643
commit 1d3c69120e
6 changed files with 736 additions and 0 deletions

7
tests/conftest.py Normal file
View File

@@ -0,0 +1,7 @@
from __future__ import annotations
import logging
def pytest_configure() -> None:
logging.disable(logging.CRITICAL)