Commit 29e016e
committed
docs: align endpoint-test docstring + module-doc reference (#105 PR 2a)
Two comment-only cleanups; no behavior change.
(1) tests/test_binding_validation.py:431 — TestEndpointTypeMismatch::
test_edge_endpoint_type_does_not_match_referenced_entity_key
docstring previously said two ENDPOINT_TYPE_MISMATCH entries are
expected. The implementation suppresses the physical (2) check in
edge-only-drift cases as of commit 2342165, so only one entry is
expected now. Docstring updated to match, with a pointer to
TestEndpointPhysicalCrossTableCheck for the node-drifted case
where (2) genuinely adds information.
(2) src/bigquery_agent_analytics/binding_validation.py:23 — module
docstring referenced bigquery_agent_analytics.graph_validation
.validate_extracted_graph as if it existed. That symbol lands with
issue #76 and is not on this PR. Reworded to plain text:
'Different from the planned extracted-graph validator in issue #76',
with an explicit warning that no graph_validation module exists yet
so callers do not try to import it.
25/25 unit tests pass.1 parent 2342165 commit 29e016e
2 files changed
Lines changed: 14 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
438 | 440 | | |
439 | 441 | | |
440 | 442 | | |
| |||
0 commit comments