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 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 Library building on various platforms label Dec 1, 2017
@jreback jreback added this to the 0.22.0 milestone Dec 1, 2017
@jreback jreback merged commit d163de7 into pandas-dev:master Dec 1, 2017
@jreback
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
Labels
Build Library building on various platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants