Path to this page:
./
devel/py-test-doctestplus,
Pytest plugin with advanced doctest features
Branch: CURRENT,
Version: 1.4.0,
Package name: py312-test-doctestplus-1.4.0,
Maintainer: kamelderouicheThis 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: 46.451 KB
Version history: (Expand)
- (2025-01-25) Updated to version: py312-test-doctestplus-1.4.0
- (2024-10-14) Updated to version: py312-test-doctestplus-1.2.1
- (2024-05-08) Updated to version: py311-test-doctestplus-1.2.1
- (2024-01-13) Updated to version: py311-test-doctestplus-1.1.0
- (2023-08-31) Updated to version: py311-test-doctestplus-1.0.0
- (2023-08-11) Updated to version: py310-test-doctestplus-0.13.0
CVS history: (Expand)
2025-01-25 12:25:22 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-test-doctestplus: updated to 1.4.0
1.4.0 (2025-01-24)
- Fixing compatibility with pytest-asyncio.
- Adding new directive ``doctest-requires-all`` to conditionally skip all
doctests in narrative documentations based on availability of
dependencies.
- Adding new directive ``doctest-remote-data-all`` to conditionally skip all
doctests in narrative documentations based on availability of
remote-data.
- Versions of Python <3.9 are no longer supported.
|
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](https://pkgsrc.se/images/update.gif) |
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](https://pkgsrc.se/images/update.gif) |
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](https://pkgsrc.se/images/update.gif) |
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](https://pkgsrc.se/images/update.gif) |
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.
|