55New Features
66------------
77
8- *
8+ * Added an ini option ``doctest_encoding`` to specify which encoding to use for doctest files.
9+ Thanks `@wheerd`_ for the PR (`#2101`_).
910
1011*
1112
@@ -25,10 +26,10 @@ Changes
2526 assertion messages if verbosity < 2 (`#1512`_).
2627 Thanks `@mattduck`_ for the PR
2728
28- * ``--pdbcls`` no longer implies ``--pdb``. This makes it possible to use
29+ * ``--pdbcls`` no longer implies ``--pdb``. This makes it possible to use
2930 ``addopts=--pdbcls=module.SomeClass`` on ``pytest.ini``. Thanks `@davidszotten`_ for
3031 the PR (`#1952`_).
31- * Change exception raised by ``capture.DontReadFromInput.fileno()`` from ``ValueError``
32+ * Change exception raised by ``capture.DontReadFromInput.fileno()`` from ``ValueError``
3233 to ``io.UnsupportedOperation``. Thanks `@vlad-dragos`_ for the PR.
3334
3435
@@ -38,11 +39,13 @@ Changes
3839.. _@davidszotten: https://github.com/davidszotten
3940.. _@fushi: https://github.com/fushi
4041.. _@mattduck: https://github.com/mattduck
42+ .. _@wheerd: https://github.com/wheerd
4143
4244.. _#1512: https://github.com/pytest-dev/pytest/issues/1512
4345.. _#1874: https://github.com/pytest-dev/pytest/pull/1874
4446.. _#1952: https://github.com/pytest-dev/pytest/pull/1952
4547.. _#2013: https://github.com/pytest-dev/pytest/issues/2013
48+ .. _#2101: https://github.com/pytest-dev/pytest/pull/2101
4649
4750
48513.0.5.dev0
0 commit comments