docs: drop dangling reference to a branch-only deleted test file

test_date_grammar_parity.py was added and deleted entirely within this
feature branch's own history; it never existed in dev. Referencing its
deletion in a docstring only makes sense while reading this branch's
intermediate commits, not once this merges - unlike PR #13010 or
whoosh-compat's DIVERGENCES.md, which are permanent, externally
verifiable references.
This commit is contained in:
Trenton Holmes
2026-08-18 11:11:06 -07:00
parent 3ae29d9da4
commit a37bd5bec4
@@ -3,8 +3,7 @@ real queries run through parse_user_query(), matched-document-ID sets
asserted — not intermediate ASTs or query strings. This is paperless-ngx's
analogue of whoosh-compat's own tests/emitter/test_acceptance_e2e.py.
Supersedes test_query.py's TestParseUserQuery result-level cases and the
now-deleted test_date_grammar_parity.py.
Supersedes test_query.py's TestParseUserQuery result-level cases.
"""
from __future__ import annotations