Update doc regarding pytest.raises (#5834)
Update doc regarding pytest.raises
This commit is contained in:
commit
23102a7d84
|
@ -59,7 +59,7 @@ pytest.raises
|
||||||
|
|
||||||
**Tutorial**: :ref:`assertraises`.
|
**Tutorial**: :ref:`assertraises`.
|
||||||
|
|
||||||
.. autofunction:: pytest.raises(expected_exception: Exception, [match], [message])
|
.. autofunction:: pytest.raises(expected_exception: Exception, [match])
|
||||||
:with: excinfo
|
:with: excinfo
|
||||||
|
|
||||||
pytest.deprecated_call
|
pytest.deprecated_call
|
||||||
|
|
Loading…
Reference in New Issue