Browse Source
Issue #3158: doctest can now find doctests in functions and methods
Issue #3158: doctest can now find doctests in functions and methods
written in C. As a part of this, a few doctests have been added to the builtins module (on hex(), oct(), and bin()), a doctest has been fixed (hopefully on all platforms) on float, and test_builtins now runs doctests in builtins.pull/224/head
7 changed files with 65 additions and 28 deletions
-
9Doc/library/doctest.rst
-
11Lib/doctest.py
-
21Lib/test/test_builtin.py
-
29Lib/test/test_doctest.py
-
3Misc/NEWS
-
2Objects/floatobject.c
-
18Python/bltinmodule.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue