You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strict_mode.rst: mark illustrative python blocks as doc-test:skip
The repo's docs/test_doc_examples.py runs python code blocks against a
synthetic graph fixture (`g`, `nodes`, `edges` with columns id/type/score
etc). My code blocks reference Person/KNOWS labels and undefined symbols
(`ast`, `ctx`) — they are operator-illustration snippets, not runnable
against the fixture.
Mark each python code block with `.. doc-test: skip` so the harness
recognizes them as illustrative. Bash and text blocks auto-skip.
Verified: pytest docs/test_doc_examples.py -k strict_mode -> 1 skipped
(no failures); sibling cypher.rst / fundamentals.rst pass as before.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments