6c055972fc
- Update to 1.5.0: * Adding the usage of the doctest_encoding ini option when overwriting files with the doctest-plus-generate-diff option. [#284] - Drop upstream patch add-missing-xfail-version.patch
Daniel Garcia2025-10-28 09:17:59 +00:00
66ffabcc91
Accepting request 1303654 from devel:languages:python:pytest
Ana Guerrero2025-09-11 12:39:50 +00:00
7ccaed99ae
- Update to 1.4.0: * Fixing compatibility with pytest-asyncio. [#278] * Adding new directive doctest-requires-all to conditionally skip all doctests in narrative documentations based on availability of dependencies. [#280] * Adding new directive doctest-remote-data-all to conditionally skip all doctests in narrative documentations based on availability of remote-data. [#281] * Versions of Python <3.9 are no longer supported. [#274]
Daniel Garcia2025-09-10 12:48:16 +00:00
fda2f1761a
- update to 1.1.0: * Added --doctest-plus-generate-diff to update documentation based on actual output. * Fix module level __doctest_requires__. * Versions of Python <3.8 are no longer supported. * Fix erroneous attempt to import __main__.py by skipping it. * Respect pytest --import-mode.
Dirk Mueller2023-12-31 13:38:28 +00:00
b0f83ac49d
Accepting request 1115634 from devel:languages:python:pytest
Ana Guerrero2023-10-05 18:03:15 +00:00
2f5cc8a2cd
Accepting request 1115608 from home:bnavigator:branches:devel:languages:python:pytest
Markéta Machová2023-10-04 14:10:56 +00:00
a0e54542a7
- Update to 0.7.0: * Added a new ini option, doctest_subpackage_requires, that can be used to skip specific subpackages based on required packages. [#112]
Tomáš Chvátal
2020-06-09 08:06:27 +00:00
3d18cb1873
- Update to 0.6.1: * Disabling the usage of the doctest_ignore_import_errors option * Drop support for python versions earlier than 3.6. [#103] * Drop support for pytest versions earlier than 4.0. [#103] * Fix compatibility with pytest 5.4. [#103]
Tomáš Chvátal
2020-05-18 09:21:02 +00:00
08a3bab4bb
- Update to 0.5.0: * No longer require Numpy. [#69] * Fixed a bug that caused __doctest_requires__ to not work correctly with submodules. [#73] * Fixed a limitation that meant that ELLIPSIS and FLOAT_CMP could not be used at the same time. [#75] * Fixed a bug that caused .. doctest-requires:: to not work correctly. [#78] * Fixed a FutureWarning related to split() with regular expressions. [#78] * Make it possible to specify versions in .. doctest-requires::. [#78] * Allow to use doctest-glob option instead of doctest-rst and text-file-format [#80] * Make comment character configurable via ini variable text_file_comment_chars [#80] * Respect ignore and ignore-glob options from pytest. [#82] * Add --doctest-only option. [#83] * Added an IGNORE_WARNINGS option for # doctest: [#84] - Remove merged patch pr_37.patch
Tomáš Chvátal
2019-11-18 08:05:52 +00:00
86f329e46b
Accepting request 729013 from home:jayvdb:branches:devel:languages:python:pytest
Tomáš Chvátal
2019-09-07 06:48:15 +00:00
c5848b09f2
Accepting request 682762 from devel:languages:python:pytest
Stephan Kulow
2019-03-10 08:39:41 +00:00
c26cf10d95
- Update to 0.3.0: * Honor the collect_ignore option used in conftest.py. [#36] * Make use of doctest_optionflags settings. [#39] * Make it possible to set FLOAT_CMP globally in setup.cfg. [#40] * Drop support for pytest versions earlier than 3.0. [#46] * Extend doctest-skip, doctest-skip-all, and doctest-requires directives to work in TeX files. [#43]
Tomáš Chvátal
2019-03-08 11:16:50 +00:00
deb5ea48c7
- Update to 0.2.0: * Add doctest-plus-atol and doctest-plus-rtol options for setting the numerical tolerance. [#21] * Update behavior of --doctest-modules option when plugin is installed. [#26] - Switch to github tarball to obtain tests - Enable tests using _multibuild
Tomáš Chvátal
2019-02-14 12:34:19 +00:00