Merge pull request #883 from cbcoutinho/worktree-tender-stargazing-sundae

test: Pact consumer contract for astrolabe credentials status (ADR-029)
This commit is contained in:
Chris Coutinho
2026-06-10 22:26:39 +02:00
committed by GitHub
13 changed files with 764 additions and 36 deletions
+2
View File
@@ -81,6 +81,7 @@ markers = [
"login_flow: Login Flow v2 integration tests (ADR-022)",
"multi_user_basic: Multi-user BasicAuth pass-through tests (ADR-020)",
"postgres: Tests requiring the docker-compose postgres-test service (ADR-026)",
"contract: Pact consumer/provider contract tests (ADR-029)",
]
testpaths = [
"tests",
@@ -128,6 +129,7 @@ dev = [
"pytest-otel>=2.0.1",
"procrastinate>=3.8",
"psycopg[binary,pool]>=3.2",
"pact-python>=3.4.0",
]
[project.scripts]