-
Notifications
You must be signed in to change notification settings - Fork 51
MNT/TST: fill out the data-model and update tests #52
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
MNT/TST: fill out the data-model and update tests #52
Conversation
pytest no longer supports them. Did this by just calling the helper functions in-line. It does make the tests bigger, but this changes the testing code in the minimal way possible.
|
This pull request fixes 2 alerts when merging 0d75afa into 16010dd - view on LGTM.com fixed alerts:
Comment posted by LGTM.com |
|
CI failures are due to version incompatibilities of |
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 181 184 +3
Branches 51 51
=====================================
+ Hits 181 184 +3
Continue to review full report at Codecov.
|
|
Let see if upstream has sorted them selves out... |
|
This pull request fixes 2 alerts when merging f28a407 into 16010dd - view on LGTM.com fixed alerts:
|
I started out trying to get rid of the two warings in LGTM, ended up
modernizing the test suite....