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

Add doctest flags to setup.cfg #19934

Closed
TomAugspurger opened this issue Feb 28, 2018 · 2 comments
Closed

Add doctest flags to setup.cfg #19934

TomAugspurger opened this issue Feb 28, 2018 · 2 comments
Labels
Docs Testing pandas testing functions or related to the test suite
Milestone

Comments

@TomAugspurger
Copy link
Contributor

pytest let's you add common doctest settings to the setup.cfg. I think we should add

doctest_optionflags= NORMALIZE_WHITESPACE

Any reason not to do this? Any others we should add?

@TomAugspurger TomAugspurger added Testing pandas testing functions or related to the test suite Docs labels Feb 28, 2018
@jorisvandenbossche
Copy link
Member

Yes, I think that is a good idea.

@TomAugspurger
Copy link
Contributor Author

Closed by #20284

@jorisvandenbossche jorisvandenbossche added this to the 0.23.0 milestone Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Testing pandas testing functions or related to the test suite
Projects
None yet
Development

No branches or pull requests

2 participants