test: cover auth and SMS flows
This commit is contained in:
6
tests/conftest.py
Normal file
6
tests/conftest.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from gapido_auth.tools.generate_proto import main as generate_proto
|
||||
|
||||
|
||||
def pytest_configure() -> None:
|
||||
generate_proto()
|
||||
|
||||
Reference in New Issue
Block a user