40 tests across 8 files covering bootstrap/auth, sync+query, hybrid queries, RBAC+access-requests, Jira webhooks, corporate memory, analyst uploads, and multi-source orchestration. Adds mock_extract_factory and admin_user fixtures to conftest, and journey marker to pytest.ini.
6 lines
250 B
INI
6 lines
250 B
INI
[pytest]
|
|
addopts = -m "not live and not docker" --timeout=60 --strict-markers
|
|
markers =
|
|
live: tests requiring server access (run with '-m live')
|
|
docker: tests requiring Docker (run with '-m docker')
|
|
journey: end-to-end user journey tests
|