-
Notifications
You must be signed in to change notification settings - Fork 1
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
Type sys #2
Conversation
rebased on master so we can merge |
i still need to fix null testing and enum testing |
Codecov Report
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
Coverage ? 85.65%
=========================================
Files ? 9
Lines ? 1255
Branches ? 0
=========================================
Hits ? 1075
Misses ? 180
Partials ? 0 Continue to review full report at Codecov.
|
Nice, tests actually found a thing:
Looks like the backport actually exposes it as |
thanks for the test help @bollwyvl . errythang is green across everything and including pypy! closing this 💩 |
types.py
moduleunittest
to help organize the tests, we still usehypothesis
, but onunittest
s.