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

Some excel tests aren't being picked up #16477

Closed
TomAugspurger opened this issue May 24, 2017 · 0 comments · Fixed by #16478
Closed

Some excel tests aren't being picked up #16477

TomAugspurger opened this issue May 24, 2017 · 0 comments · Fixed by #16478
Labels
IO Excel read_excel, to_excel Testing pandas testing functions or related to the test suite
Milestone

Comments

@TomAugspurger
Copy link
Contributor

Discovered by @abarber4gh

pytest pandas/tests/io/test_excel.py -v
=================================================================== test session starts ====================================================================
platform darwin -- Python 3.6.1, pytest-3.1.0, py-1.4.33, pluggy-0.4.0 -- /Users/taugspurger/Envs/pandas-dev/bin/python3.6
cachedir: .cache
rootdir: /Users/taugspurger/Envs/pandas-dev/lib/python3.6/site-packages/pandas, inifile: setup.cfg
plugins: xdist-1.15.0, cov-2.4.0
collected 5 items

pandas/tests/io/test_excel.py::test_styler_to_excel[xlwt] xfail
pandas/tests/io/test_excel.py::test_styler_to_excel[xlsxwriter] PASSED
pandas/tests/io/test_excel.py::test_styler_to_excel[openpyxl] PASSED
pandas/tests/io/test_excel.py::TestFSPath::test_excelfile_fspath PASSED
pandas/tests/io/test_excel.py::TestFSPath::test_excelwriter_fspath PASSED

=========================================================== 4 passed, 1 xfailed in 0.97 seconds ============================================================

probably related to the pytest move. PR coming shortly

@TomAugspurger TomAugspurger added this to the 0.20.2 milestone May 24, 2017
@TomAugspurger TomAugspurger added IO Excel read_excel, to_excel Testing pandas testing functions or related to the test suite labels May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Excel read_excel, to_excel Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant