Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

Fix description for array-like fields#184

Merged
sydney-runkle merged 4 commits into
pydantic:mainfrom
sergue1:fix-array-field-description
Apr 24, 2024
Merged

Fix description for array-like fields#184
sydney-runkle merged 4 commits into
pydantic:mainfrom
sergue1:fix-array-field-description

Conversation

@sergue1

@sergue1 sergue1 commented Feb 12, 2024

Copy link
Copy Markdown
Contributor

Fixes #178

@codecov

codecov Bot commented Feb 12, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@tim-x-y-z

Copy link
Copy Markdown
Contributor

I think this also applies to other field - in particular had an error with json_schema now here

@samuelcolvin samuelcolvin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise LGTM.

Comment thread src/python-fastui/tests/test_forms.py Outdated

@sydney-runkle sydney-runkle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sergue1,

Looks good, though the line on 313 isn't covered by the newly added test - is it necessary?

@sergue1

sergue1 commented Apr 22, 2024

Copy link
Copy Markdown
Contributor Author

@sydney-runkle , I am a bit confused that 313 line is uncovered: revert it and the newly added test will fail as expected. May be it is an issue with codecov?

@sydney-runkle

Copy link
Copy Markdown
Contributor

Huh, odd! Yeah, maybe an issue. I'll see if I can try to skip that check for this PR.

@sydney-runkle

Copy link
Copy Markdown
Contributor

Ah ok I think perhaps this is because we changed a line that was not covered before?

@sydney-runkle sydney-runkle left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@sydney-runkle sydney-runkle merged commit a19d7bf into pydantic:main Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Select description gets attached to multiple field

4 participants