mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
doctest now supports packages
Issue #26641: doctest.DocFileTest and doctest.testfile() now support packages (module splitted into multiple directories) for the package parameter.
This commit is contained in:
parent
6e722bc13f
commit
b1511f789e
2 changed files with 17 additions and 4 deletions
|
|
@ -232,6 +232,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #26641: doctest.DocFileTest and doctest.testfile() now support
|
||||
packages (module splitted into multiple directories) for the package
|
||||
parameter.
|
||||
|
||||
- Issue #25195: Fix a regression in mock.MagicMock. _Call is a subclass of
|
||||
tuple (changeset 3603bae63c13 only works for classes) so we need to
|
||||
implement __ne__ ourselves. Patch by Andrew Plummer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue