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

[MRG + 1] Make it possible to run doctests in .rst files with pytest #9697

Merged
merged 1 commit into from Sep 10, 2017

Commits on Sep 6, 2017

  1. Make it possible to run doctests in .rst files with pytest

    * doc/datasets/conftest.py to implement the equivalent of nose fixtures
    * add conftest.py in root folder to ensure that sklearn local folder
      is used rather than the package in site-packages
    * test doc with pytest in Travis
    * move custom_data_home definition from nose fixture to .rst file
    lesteve committed Sep 6, 2017
    Copy the full SHA
    8072a8f View commit details
    Browse the repository at this point in the history