Update doc regarding pytest.raises (#5834)

Update doc regarding pytest.raises
This commit is contained in:
Bruno Oliveira 2019-09-09 16:18:58 -03:00 committed by GitHub
commit 23102a7d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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