Prepare mobile de parser release

This commit is contained in:
qananasikq
2026-04-28 12:08:24 +03:00
commit 0f2d5de535
76 changed files with 17855 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)