69a232d08a
- FastAPI: POST /api/v1/events, GET /health, JSON Schema validation - PostgreSQL models, Alembic migration, bootstrap API key - deploy/docker-compose.yml, .env.example - docs/install-ubuntu-24.04.md, updated work-plan (agents first)
8 lines
120 B
Python
8 lines
120 B
Python
"""Smoke tests — run with PostgreSQL or skip integration."""
|
|
|
|
import pytest
|
|
|
|
|
|
def test_placeholder():
|
|
assert True
|