Fix autodoc testcase for python -builtin
This commit is contained in:
parent
7d4af72dde
commit
fc1eaa5213
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ check(B.__doc__,
|
|||
"Proxy of C++ B class",
|
||||
"::B"
|
||||
)
|
||||
check(C.__init__.__doc__, "__init__(self, a, b, h) -> C")
|
||||
check(C.__init__.__doc__, "__init__(self, a, b, h) -> C", None, skip)
|
||||
check(D.__init__.__doc__, "__init__(D self, int a, int b, Hola h) -> D", None, skip)
|
||||
check(E.__init__.__doc__,
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue