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

TST: ujson tests are not being run (#16499) #16500

Merged
merged 3 commits into from
May 26, 2017
Merged

TST: ujson tests are not being run (#16499) #16500

merged 3 commits into from
May 26, 2017

Conversation

abarber4gh
Copy link
Contributor

add Test prefix on classes to enable PyTest picking them up.
add underscore in test method where applicable. E.G. testBool() to test_Bool().

add Test prefix on classes to enable PyTest picking them up.
add underscore in test method where applicable.  E.G. testBool()
to test_Bool().
@jreback jreback added this to the 0.20.2 milestone May 25, 2017
@jreback jreback added IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite labels May 25, 2017
@jreback
Copy link
Contributor

jreback commented May 25, 2017

lgtm. ping on green.

@codecov
Copy link

codecov bot commented May 26, 2017

Codecov Report

Merging #16500 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16500      +/-   ##
==========================================
+ Coverage   90.43%   90.43%   +<.01%     
==========================================
  Files         161      161              
  Lines       51045    51045              
==========================================
+ Hits        46161    46162       +1     
+ Misses       4884     4883       -1
Flag Coverage Δ
#multiple 88.27% <ø> (ø) ⬆️
#single 40.16% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/compat/__init__.py 62.22% <0%> (+0.44%) ⬆️

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 e81f3cc...5026a8d. Read the comment docs.

@codecov
Copy link

codecov bot commented May 26, 2017

Codecov Report

Merging #16500 into master will increase coverage by 0.36%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 88.63% <ø> (+0.36%) ⬆️
#single 40.15% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
pandas/plotting/_converter.py 63.23% <0%> (-1.82%) ⬇️
pandas/core/categorical.py 95.5% <0%> (-0.42%) ⬇️
pandas/core/frame.py 97.66% <0%> (-0.03%) ⬇️
pandas/core/reshape/pivot.py 95.08% <0%> (ø) ⬆️
pandas/core/resample.py 96.09% <0%> (+0.01%) ⬆️
pandas/core/generic.py 92.26% <0%> (+0.09%) ⬆️
pandas/core/series.py 94.9% <0%> (+0.18%) ⬆️
pandas/util/testing.py 80.98% <0%> (+0.19%) ⬆️
pandas/io/parsers.py 95.66% <0%> (+0.32%) ⬆️
pandas/compat/__init__.py 62.22% <0%> (+0.44%) ⬆️
... and 3 more

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 e81f3cc...a74afa1. Read the comment docs.

@jreback
Copy link
Contributor

jreback commented May 26, 2017

looks like a linting error (the 2.7 build), ignore the fail on 3.6. ping on green.

@jreback jreback merged commit 6649157 into pandas-dev:master May 26, 2017
@jreback
Copy link
Contributor

jreback commented May 26, 2017

thanks!

TomAugspurger pushed a commit to TomAugspurger/pandas that referenced this pull request May 29, 2017
TomAugspurger pushed a commit that referenced this pull request May 30, 2017
Kiv pushed a commit to Kiv/pandas that referenced this pull request Jun 11, 2017
stangirala pushed a commit to stangirala/pandas that referenced this pull request Jun 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO JSON read_json, to_json, json_normalize Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: ujson tests are not being run
3 participants