TorbatYar/backend/services/crm/pytest.ini
Mortezakoohjani 064d67f099 Ship CRM Core Platform (phases 6.0–6.3) with docs and prod deploy.
Add the Sales CRM service through collaboration, sync architecture/registry docs, expose crm.torbatyar.ir, and include a production deploy script.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-24 20:32:00 +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_*