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

add comparison operator aliases to built-in checks #269

Merged
merged 1 commit into from
Sep 20, 2020
Merged

Conversation

cosmicBboy
Copy link
Collaborator

fixes #238

This PR adds aliases for the comparison operator built-in checks for convenience

@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #269   +/-   ##
=======================================
  Coverage   96.61%   96.62%           
=======================================
  Files          15       15           
  Lines        1331     1364   +33     
=======================================
+ Hits         1286     1318   +32     
- Misses         45       46    +1     
Impacted Files Coverage Δ
pandera/checks.py 98.41% <100.00%> (+0.03%) ⬆️
pandera/schemas.py 96.56% <0.00%> (-0.02%) ⬇️

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 44a2083...4e0b43c. Read the comment docs.

@cosmicBboy cosmicBboy merged commit b7a00f6 into master Sep 20, 2020
@cosmicBboy cosmicBboy deleted the feature/238 branch September 20, 2020 15:46
@cosmicBboy cosmicBboy mentioned this pull request Oct 1, 2020
7 tasks
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 more concise aliases to comparison operator checks
2 participants