[tool.pytest.ini_options] testpaths = ["api/tests"] asyncio_mode = "auto" markers = [ "unit: SQLite tests, no Oracle, no browser", "oracle: Requires live Oracle connection", "e2e: Browser-based Playwright tests", "qa: QA tests (API health, responsive, log monitor)", "sync: Full sync cycle GoMag to Oracle", "smoke: Smoke tests for production (requires running app)", ]