8000 dataclass validation by samuelcolvin · Pull Request #334 · pydantic/pydantic · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@samuelcolvin
Copy link
Member
@samuelcolvin samuelcolvin commented Dec 27, 2018

Change Summary

Validation of dataclasses so they can be nested

Related issue number

fix #273

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI and coverage remains at 100%
  • Documentation reflects the changes
  • No performance deterioration (if applicable)
  • HISTORY.rst has been updated
    • if this is the first change since a release, please add a new section
    • include the issue number or this pull request number #<number>
    • if you're not a regular contributer please include your github username @whatever

@codecov
Copy link
codecov bot commented Dec 27, 2018

Codecov Report

Merging #334 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #334   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          13     13           
  Lines        1783   1855   +72     
  Branches      347    378   +31     
=====================================
+ Hits         1783   1855   +72

@samuelcolvin samuelcolvin merged commit 8301f9e into master Dec 27, 2018
@samuelcolvin samuelcolvin deleted the dataclass-validation branch December 27, 2018 19:15
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this pull request Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dataclasses and nested dataclasses/models

2 participants

0