Skip to content

Releases: scientific-python/pytest-doctestplus

v1.2.1

10 Mar 03:41
v1.2.1
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.2.1

v1.2.0 Release Notes

04 Mar 16:22
v1.2.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Release Notes

18 Dec 15:23
v1.1.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

11 Aug 16:49
v1.0.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v1.0.0

v0.13.0

08 Jun 05:21
v0.13.0
Compare
Choose a tag to compare

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 with tmp_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

Full Changelog: v0.12.1...v0.13.0

v0.12.1 Release Notes

26 Sep 19:26
v0.12.1
84be053
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

  • Revert "Use windows-2019 for GitHub Actions jobs" by @lpsinger in #179
  • Allow float comparison in dicts by @hamogu in #186

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0 Release Notes

25 Feb 19:57
v0.12.0
6311cf7
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2 Release Notes

09 Dec 18:27
Compare
Choose a tag to compare
  • Fix version check for pytest 7.0.0rc1. [#171]
  • Recognize text beginning with <!-- as a comment for Markdown (.md) files. [#169]

v0.11.1 Release Notes

16 Nov 19:43
b57d27d
Compare
Choose a tag to compare

Fixed compatibility with pytest-dev [#168]

v0.11.0 Release Notes

20 Sep 18:01
ffcf272
Compare
Choose a tag to compare

Added support for testcleanup and documented existing support for testsetup. [#165]