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

BLD Added --strict and -r sxX to test scripts #18598

Merged
merged 1 commit into from Dec 1, 2017

Conversation

@nicku33
Copy link
Contributor

nicku33 commented Dec 1, 2017

  • no related issue in issue tracker
  • no tests added because it was a minor build script change)
  • modified shell script, no python syntax check required
  • [] whatsnew entry
    Altered pytest output to show summaries for xFailed, xPassed and skipped
    Added --strict to align these convenience scripts with ci

it will now output summaries below like this

...
.........................s........s..s...............s........................................... [ 99%]
....................s...............sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 99%]
sssssssssssssssssssssssssssssssssssssssssssssssss..                                               [100%]
======================================== short test summary info ========================================
SKIP [1] /Users/206673/open/pandas-nicku33/pandas/tests/io/test_packers.py:649: no blosc
SKIP [3] /Users/206673/open/pandas-nicku33/pandas/tests/io/parser/usecols.py:381: TODO: see gh-13253
SKIP [1] pandas/tests/plotting/test_series.py:667: Missing matplotlib dependency
SKIP [1] /Users/206673/open/pandas-nicku33/pandas/tests/tseries/offsets/test_offsets.py:164: cannot create out_of_range offset: TestBYearBegin object at 0x1259dbd50> year is out of range
...
@jreback jreback added the Build label Dec 1, 2017
@jreback jreback merged commit d163de7 into pandas-dev:master Dec 1, 2017
0 of 3 checks passed
0 of 3 checks passed
ci/circleci Your tests are queued behind your running builds
Details
continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
@jreback

This comment has been minimized.

Copy link
Contributor

jreback commented Dec 1, 2017

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants
You can’t perform that action at this time.