test was not using parametrized values
This commit is contained in:
parent
1924df6c3e
commit
1b8f3292f0
|
@ -286,18 +286,6 @@ p2 : str, optional
|
||||||
|
|
||||||
Remaining description
|
Remaining description
|
||||||
"""
|
"""
|
||||||
invalid_docstring = """
|
|
||||||
Function description
|
|
||||||
|
|
||||||
Parameters ----------
|
|
||||||
p0 : numpy.ndarray, shape (...,4)
|
|
||||||
p0 description 1
|
|
||||||
p0 description 2
|
|
||||||
p1 : int, optional
|
|
||||||
p1 description
|
|
||||||
|
|
||||||
Remaining description
|
|
||||||
"""
|
|
||||||
expected = """
|
expected = """
|
||||||
Function description
|
Function description
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue