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
@@ -21,10 +22,10 @@ Changes
2122 assertion messages if verbosity < 2 (`#1512 `_).
2223 Thanks `@mattduck `_ for the PR
2324
24- * ``--pdbcls `` no longer implies ``--pdb ``. This makes it possible to use
25+ * ``--pdbcls `` no longer implies ``--pdb ``. This makes it possible to use
2526 ``addopts=--pdbcls=module.SomeClass `` on ``pytest.ini ``. Thanks `@davidszotten `_ for
2627 the PR (`#1952 `_).
27- * Change exception raised by ``capture.DontReadFromInput.fileno() `` from ``ValueError ``
28+ * Change exception raised by ``capture.DontReadFromInput.fileno() `` from ``ValueError ``
2829 to ``io.UnsupportedOperation ``. Thanks `@vlad-dragos `_ for the PR.
2930
3031
@@ -34,11 +35,13 @@ Changes
3435.. _@davidszotten : https://github.com/davidszotten
3536.. _@fushi : https://github.com/fushi
3637.. _@mattduck : https://github.com/mattduck
38+ .. _@wheerd : https://github.com/wheerd
3739
3840.. _#1512 : https://github.com/pytest-dev/pytest/issues/1512
3941.. _#1874 : https://github.com/pytest-dev/pytest/pull/1874
4042.. _#1952 : https://github.com/pytest-dev/pytest/pull/1952
4143.. _#2013 : https://github.com/pytest-dev/pytest/issues/2013
44+ .. _#2101 : https://github.com/pytest-dev/pytest/pull/2101
4245
4346
44473.0.5.dev0
0 commit comments