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

Valdiate arguments config #1663

Merged
merged 14 commits into from
Sep 6, 2020
Merged

Valdiate arguments config #1663

merged 14 commits into from
Sep 6, 2020

Conversation

samuelcolvin
Copy link
Member

@samuelcolvin samuelcolvin commented Jun 27, 2020

Change Summary

Work in progress, currently tests are failing as fields isn't working properly.

Related issue number

This replaces #1378 which I merged prematurely.

Will fix #1376.

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI and coverage remains at 100%
  • Documentation reflects the changes where applicable
  • changes/<pull request or issue id>-<github username>.md file added describing change
    (see [changes/README.md](ht tps://github.com/samuelcolvin/pydantic/blob/master/changes/README.md) for details)

@samuelcolvin samuelcolvin marked this pull request as ready for review September 6, 2020 17:22
@codecov
Copy link

codecov bot commented Sep 6, 2020

Codecov Report

Merging #1663 into master will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master     #1663   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines         3896      3909   +13     
  Branches       783       788    +5     
=========================================
+ Hits          3896      3909   +13     
Impacted Files Coverage Δ
pydantic/decorator.py 100.00% <100.00%> (ø)

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 0a465b6...fd8d568. Read the comment docs.

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.

Add arbitrary_types_allowed to validate_arguments
2 participants