Skip to content

Commit

Permalink
Add changie
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Feb 18, 2025
1 parent aac1b5b commit ed0d75e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20250218-134745.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: _get_doc_blocks is crashing parsing if .format is called
time: 2025-02-18T13:47:45.659731Z
custom:
Author: aranke
Issue: "11310"
1 change: 1 addition & 0 deletions tests/functional/docs/test_doc_blocks_formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ def test_doc_blocks_back_compat(self, project):

for column_name, column in model_data["columns"].items():
assert column["description"] == f"This is a test for column {column_name}"
assert column["doc_blocks"] == []

0 comments on commit ed0d75e

Please sign in to comment.