File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11"""
22Integration tests for the /v1/insights API endpoints.
33
4- These tests rely on an ephemeral Postgres database via testcontainers and are
5- skipped unless RUN_DB_TESTS=1 is set.
4+ These tests rely on an ephemeral Postgres database via testcontainers and run
5+ by default. They are automatically skipped if Docker is unavailable.
6+
7+ To skip these tests explicitly, use: pytest -m "not db"
68"""
79
810from __future__ import annotations
Original file line number Diff line number Diff line change 11"""
22Unit tests for cairo_coder.db.repository using an ephemeral Postgres DB.
33
4- These tests use the shared DB fixtures from tests/integration/conftest.py.
4+ These tests use the shared DB fixtures from tests/integration/conftest.py and run
5+ by default. They are automatically skipped if Docker is unavailable.
6+
7+ To skip these tests explicitly, use: pytest -m "not db"
58"""
69
710from __future__ import annotations
You can’t perform that action at this time.
0 commit comments