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

feature/define-check-base #195

Merged
merged 2 commits into from
Apr 6, 2020
Merged

feature/define-check-base #195

merged 2 commits into from
Apr 6, 2020

Conversation

cosmicBboy
Copy link
Collaborator

This PR makes a couple of changes:

  • define a _CheckBase class the children of which are Check and Hypothesis.
    This cleans up the Hypothesis API, as the Check built-ins were accessible to
    Hypothesis before this change
  • clean up a bunch of things in the docs, mainly add the __call__ special member to
    the API reference and add class attributes.

@codecov-io
Copy link

codecov-io commented Apr 4, 2020

Codecov Report

Merging #195 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   96.21%   96.22%           
=======================================
  Files           9        9           
  Lines         714      715    +1     
=======================================
+ Hits          687      688    +1     
  Misses         27       27           
Impacted Files Coverage Δ
pandera/checks.py 98.42% <100.00%> (+<0.01%) ⬆️
pandera/error_formatters.py 100.00% <100.00%> (ø)
pandera/hypotheses.py 86.79% <100.00%> (ø)
pandera/schema_components.py 98.21% <100.00%> (-0.02%) ⬇️
pandera/schemas.py 96.74% <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 3fb4cd4...507a313. Read the comment docs.

@cosmicBboy cosmicBboy merged commit 438da34 into master Apr 6, 2020
@cosmicBboy cosmicBboy deleted the feature/define-check-base branch April 10, 2020 21:16
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.

None yet

2 participants