Skip to content

Commit 387791b

Browse files
test: address PR review — shared fixtures, coverage, hygiene
Extract Flask client fixtures to tests/conftest.py, use client_single for search limit tests, and relax session count assertion to >= 1. Include utils/ in coverage (omit untested export modules), stop tracking .coverage, and align integration-tests CI with full cov scope. Co-Authored-By: Cursor <cursoragent@cursor.com>
1 parent 45bc5fd commit 387791b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def client(tmp_path):
3939

4040
@pytest.fixture
4141
def client_single(tmp_path):
42-
"""Flask test client with one seeded session for search/limit tests."""
42+
"""Flask test client with one seeded session ? for search/limit tests."""
4343
return _make_test_client(tmp_path, {"session_abc123.jsonl": "session_minimal.jsonl"})
4444

4545

0 commit comments

Comments
 (0)