-
-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathpytest.ini
More file actions
16 lines (16 loc) · 942 Bytes
/
Copy pathpytest.ini
File metadata and controls
16 lines (16 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
testpaths = tests
pythonpath = src
addopts = --ignore=tests/test_output_log.txt --basetemp=.tmp/pytest_tmp_current
cache_dir = .tmp/pytest_cache_current
markers =
live_provider: opt-in live provider matrix that makes real configured-provider calls
contract: deterministic interface contracts for fakes, providers, channels, and transports
subsystem: deterministic subsystem tests that exercise Row-Bot features end to end with fakes
snapshot: stable rendered/exported snapshot checks
installer: installer, launcher, CLI, and smoke-test contracts
mcp_transport: MCP transport and tool-safety contracts
integration: deterministic cross-subsystem tests that may be slower than subsystem contracts
smoke: process-level startup and package smoke checks
slow: deterministic but slower tests that are kept out of the tightest local loop
e2e: opt-in end-to-end tests that may need real local services