TorbatYar/backend/services/communication/pytest.ini
Mortezakoohjani e41ecfad4c Sync platform docs, infra, and module services with Accounting integration.
Include Loyalty/Communication/Sports Center backends and registry updates alongside production nginx and compose wiring.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 22:35:23 +03:30

8 lines
147 B
INI

[pytest]
asyncio_mode = auto
testpaths = app/tests
pythonpath = .
python_files = test_*.py
python_classes = Test*
python_functions = test_*