./devel/py-test-doctestplus, Pytest plugin with advanced doctest features

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1, Package name: py312-test-doctestplus-1.2.1, Maintainer: kamelderouiche

This package contains a plugin for the pytest framework that
provides advanced doctest support and enables the testing of
reStructuredText .rst files. It was originally part of the
astropy core package, but has been moved to a separate package
in order to be of more general use


Master sites:

Filesize: 44.82 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-05-08 17:04:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-doctestplus: updated to 1.2.1

1.2.1 (2024-03-09)
- Compatibility with pytest 8.1.1

1.2.0 (2024-03-04)
- Compatibility with pytest 8.1
   2024-01-13 08:16:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-doctestplus: updated to 1.1.0

1.1.0 (2023-12-13)

- 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``.
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2023-08-31 15:57:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-doctestplus: updated to 1.0.0

1.0.0 (2023-08-11)

- Changing GitHub organization.
   2023-08-11 08:30:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-doctestplus: updated to 0.13.0

0.13.0 (2023-06-07)
- Compatibility with pytest 7.4 with respect to ``norecursedirs`` handling.
- Respect ``--doctest-continue-on-failure`` flag.
- Report doctests raising skip exceptions as skipped.
   2023-05-29 14:15:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-doctestplus: updated to 0.12.1

0.12.1 (2022-09-26)
- Allow floating point comparison in Python dictionary.

0.12.0 (2022-02-25)
- Run doctests in docstrings of Numpy ufuncs.