-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
TST: ujson tests are not being run (#16499) #16500
Conversation
add Test prefix on classes to enable PyTest picking them up. add underscore in test method where applicable. E.G. testBool() to test_Bool().
lgtm. ping on green. |
Codecov Report
@@ Coverage Diff @@
## master #16500 +/- ##
==========================================
+ Coverage 90.43% 90.43% +<.01%
==========================================
Files 161 161
Lines 51045 51045
==========================================
+ Hits 46161 46162 +1
+ Misses 4884 4883 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16500 +/- ##
==========================================
+ Coverage 90.43% 90.79% +0.36%
==========================================
Files 161 161
Lines 51045 51063 +18
==========================================
+ Hits 46161 46365 +204
+ Misses 4884 4698 -186
Continue to review full report at Codecov.
|
looks like a linting error (the 2.7 build), ignore the fail on 3.6. ping on green. |
thanks! |
closes pandas-dev#16499 (cherry picked from commit 6649157)
add Test prefix on classes to enable PyTest picking them up.
add underscore in test method where applicable. E.G. testBool() to test_Bool().
git diff upstream/master --name-only -- '*.py' | flake8 --diff