We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455eaa commit 42e51ecCopy full SHA for 42e51ec
docs/changelog.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v1.7 (2025-04-04)
4
+
5
+- Support python 3.13. The patch by Ben Beasley.
6
+ Starting from python 3.13, the standard library `doctest.DoctestRunner` tracks the
7
+ number of skipped doctests, in addition to the counts of attempted and failed
8
+ doctests. We track this change, thus both the return value of `DTRunner.run` and
9
+ `DTRunner.get_history` contain this count on python 3.13+ and do not contain it on
10
+ prior python versions.
11
12
13
## v1.6 (2024-12-17)
14
15
- Fix a collection issue, where the DocTestFinder was missing docstrings of data
0 commit comments