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

Added doctest encoding command line option #2101

Merged
merged 8 commits into from Nov 30, 2016

Commits on Nov 29, 2016

  1. Added a console option to specify the encoding to use for doctest fil…

    …es. Defaults to UTF-8.
    Manuel Krebber committed Nov 29, 2016
    Copy the full SHA
    ed97751 View commit details
    Browse the repository at this point in the history
  2. Added some tests for --docstring-encoding option. Added option to spe…

    …cify encoding for internal testdir._makefile() for the tests.
    Manuel Krebber committed Nov 29, 2016
    Copy the full SHA
    d254c6b View commit details
    Browse the repository at this point in the history
  3. Changed the tests to pass on python 2 as well.

    Manuel Krebber committed Nov 29, 2016
    Copy the full SHA
    929912d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Changed the doctest_encoding option to an ini option.

    Parametrized the tests for it.
    Manuel Krebber committed Nov 30, 2016
    Copy the full SHA
    c043bbb View commit details
    Browse the repository at this point in the history
  2. Added CHANGELOG entry and myself to AUTHORS.

    Manuel Krebber committed Nov 30, 2016
    Copy the full SHA
    1f62e5b View commit details
    Browse the repository at this point in the history
  3. Fixed the documentation for doctest_encoding.

    Manuel Krebber committed Nov 30, 2016
    Copy the full SHA
    b7fb9fa View commit details
    Browse the repository at this point in the history
  4. Fixed the tests for python 2.6

    Manuel Krebber committed Nov 30, 2016
    Copy the full SHA
    f8fef07 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2edfc80 View commit details
    Browse the repository at this point in the history