Adding changelog entries for `does_not_raise`

This commit is contained in:
Arel Cordero 2019-01-24 22:57:39 +00:00
parent c166b80a8c
commit c1fe07276c
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
A context manager ``does_not_raise`` is added to complement ``raises`` in parametrized tests with conditional raises.

1
changelog/4324.doc.rst Normal file
View File

@ -0,0 +1 @@
Document how to use ``raises`` and ``does_not_raise`` to write parametrized tests with conditional raises.