test: cover auth and SMS flows

This commit is contained in:
2026-07-14 09:33:16 +03:30
parent 0bf7268d9c
commit 2264b7fc95
6 changed files with 344 additions and 0 deletions

6
tests/conftest.py Normal file
View File

@@ -0,0 +1,6 @@
from gapido_auth.tools.generate_proto import main as generate_proto
def pytest_configure() -> None:
generate_proto()