Releases: scientific-python/pytest-doctestplus
Releases · scientific-python/pytest-doctestplus
v1.2.1
What's Changed
- MNT: consider_namespace_packages now required for pytest 8.2 or after by @pllim in #241
- MNT: pytest 8.1.1 compatibility by @braingram in #242
New Contributors
- @braingram made their first contribution in #242
Full Changelog: v1.2.0...v1.2.1
v1.2.0 Release Notes
What's Changed
- MNT: Compat with pytest>=8 by @pllim in #236
- MAINT: remove special conftest handling by @bsipocz in #238
Full Changelog: v1.1.0...v1.2.0
v1.1.0 Release Notes
What's Changed
- CI: reschedule cron to be on a workday by @bsipocz in #216
- MAINT: Remove python3.7 support by @bsipocz in #217
- DEV: marking the plugin stable by @bsipocz in #218
- Add documentation and unit tests for Markdown code blocks by @lpsinger in #221
- Add pyproject.toml tests for some options by @WilliamJamieson in #222
- Use super for output checker inheritance by @matthew-brett in #224
- Precautionary init for OutputChecker by @matthew-brett in #225
- TST: Use Python 3.12 stable, bump checkout version by @pllim in #226
- BUG: Fix module level import requires by @seberg in #228
- Skip main.py by @flying-sheep in #232
- Support import-mode by @flying-sheep in #233
- Implement --doctest-plus-generate-diff to fix existing docs by @seberg in #227
New Contributors
- @WilliamJamieson made their first contribution in #222
- @matthew-brett made their first contribution in #224
- @seberg made their first contribution in #228
- @flying-sheep made their first contribution in #232
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Update license by @jarrodmillman in #203
- Update GH org by @jarrodmillman in #206
- CI: more versions by @bsipocz in #207
- CI: use numpy printoptions in testing by @bsipocz in #211
- MAINT: fix pytest 8.0dev compatibility by @bsipocz in #213
- CI: fix release action by @bsipocz in #215
New Contributors
- @jarrodmillman made their first contribution in #203
Full Changelog: v0.13.0...v1.0.0
v0.13.0
What's Changed
- MAINT: add mailmap file by @bsipocz in #187
- MAINT: cleanup version check to close #158 by @bsipocz in #189
- DOC: adding doctest-skip-all by @bsipocz in #190
- Replace
tmpdir
test fixture withtmp_path
by @eerovaher in #191 - Remove an obsolete version check from tests by @eerovaher in #192
- ENH: Report doctests raising skip exceptions as skipped by @effigies in #196
- DOC: Version check is supported in the doctest-requires directive since v0.5 by @pllim in #198
- ENH: Continue running doctests on failure by @effigies in #197
- MNT: Do not completely take over test collection ignore by @pllim in #201
New Contributors
- @eerovaher made their first contribution in #191
Full Changelog: v0.12.1...v0.13.0
v0.12.1 Release Notes
v0.12.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- MNT: Stop using distutils by @pllim in #172
- Add --doctest-ufunc option to doctest Numpy ufuncs by @lpsinger in #174
- Fix typos by @kianmeng in #176
- Doctests in ufuncs should respect doctest_skip by @lpsinger in #175
- Use windows-2019 for GitHub Actions jobs by @lpsinger in #178
New Contributors
Full Changelog: v0.11.2...v0.12.0
v0.11.2 Release Notes
v0.11.1 Release Notes
Fixed compatibility with pytest-dev [#168]
v0.11.0 Release Notes
Added support for testcleanup
and documented existing support for testsetup
. [#165]