mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-61648: Detect line numbers of properties in doctests (GH-113161)
This commit is contained in:
parent
737d23ffcd
commit
8f8f0f97e1
4 changed files with 21 additions and 0 deletions
|
@ -670,9 +670,11 @@ It used to be broken for quite some time until `bpo-28249`.
|
|||
30 test.doctest_lineno.ClassWithDoctest
|
||||
None test.doctest_lineno.ClassWithoutDocstring
|
||||
None test.doctest_lineno.MethodWrapper
|
||||
53 test.doctest_lineno.MethodWrapper.classmethod_with_doctest
|
||||
39 test.doctest_lineno.MethodWrapper.method_with_docstring
|
||||
45 test.doctest_lineno.MethodWrapper.method_with_doctest
|
||||
None test.doctest_lineno.MethodWrapper.method_without_docstring
|
||||
61 test.doctest_lineno.MethodWrapper.property_with_doctest
|
||||
4 test.doctest_lineno.func_with_docstring
|
||||
12 test.doctest_lineno.func_with_doctest
|
||||
None test.doctest_lineno.func_without_docstring
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue