Skip to content

Commit 30a8fd7

Browse files
committed
Simplify test module docstring per review feedback
Drop the detailed description from the test_management.py docstring, keeping only the general module-level summary.
1 parent d5c3f18 commit 30a8fd7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/cqlengine/test_management.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
"""
1616
Unit tests for cassandra.cqlengine.management module.
17-
18-
Focuses on verifying that _get_table_metadata gracefully handles missing
19-
table metadata by forcing a targeted refresh and retrying, and that
20-
_sync_table delegates to _get_table_metadata for post-DDL metadata lookup.
2117
"""
2218

2319
import unittest

0 commit comments

Comments
 (0)