We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac062d1 commit f726eb5Copy full SHA for f726eb5
1 file changed
tests/conftest.py
@@ -83,7 +83,7 @@ def client(tmp_path, export_state_file):
83
84
@pytest.fixture
85
def client_single(tmp_path, export_state_file):
86
- """Flask test client with one seeded session ? for search/limit tests."""
+ """Flask test client with one seeded session for search/limit tests."""
87
return _make_test_client(tmp_path, {"session_abc123.jsonl": "session_minimal.jsonl"})
88
89
0 commit comments