df53903ceb
Add pyproject.toml, pytest.ini, .env.example, app package layout (shared/pipeline/api/cron), and test skeleton. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
47 B
INI
4 lines
47 B
INI
[pytest]
|
|
asyncio_mode = auto
|
|
testpaths = tests
|