From a37bd5bec4ff7ff8bab2544446623ea3c3bf5c6f Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:11:06 -0700 Subject: [PATCH] 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. --- src/documents/tests/search/test_acceptance.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/documents/tests/search/test_acceptance.py b/src/documents/tests/search/test_acceptance.py index cc374a58d..ba66e6ba4 100644 --- a/src/documents/tests/search/test_acceptance.py +++ b/src/documents/tests/search/test_acceptance.py @@ -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