Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(python): Additional attributes for ValidationError #242

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

Stranger6667
Copy link
Owner

@Stranger6667 Stranger6667 commented Jul 5, 2021

Resolves #197

@codecov
Copy link

codecov bot commented Jul 5, 2021

Codecov Report

Merging #242 (7b0995f) into master (c3754ce) will not change coverage.
The diff coverage is n/a.

❗ Current head 7b0995f differs from pull request most recent head 37b8618. Consider uploading reports for the commit 37b8618 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #242   +/-   ##
=======================================
  Coverage   83.25%   83.25%           
=======================================
  Files          53       53           
  Lines        4056     4056           
=======================================
  Hits         3377     3377           
  Misses        679      679           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3754ce...37b8618. Read the comment docs.

bindings/python/src/lib.rs Outdated Show resolved Hide resolved
bindings/python/CHANGELOG.md Outdated Show resolved Hide resolved
bindings/python/src/lib.rs Show resolved Hide resolved
bindings/python/src/lib.rs Outdated Show resolved Hide resolved
bindings/python/src/lib.rs Outdated Show resolved Hide resolved
bindings/python/src/lib.rs Outdated Show resolved Hide resolved
bindings/python/src/lib.rs Outdated Show resolved Hide resolved
bindings/python/src/lib.rs Outdated Show resolved Hide resolved
bindings/python/src/lib.rs Outdated Show resolved Hide resolved
Signed-off-by: Dmitry Dygalo <dadygalo@gmail.com>
@Stranger6667 Stranger6667 marked this pull request as ready for review July 6, 2021 12:32
@Stranger6667 Stranger6667 merged commit a773044 into master Jul 6, 2021
@Stranger6667 Stranger6667 deleted the dd/paths branch July 6, 2021 12:40
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.

Provide structured validation error in Python bindings
1 participant