summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-11-23 12:03:01 +0100
committerIlya Etingof <etingof@gmail.com>2019-11-24 19:07:48 +0100
commit4d5a3fee95ee35f1c0fbe557b3602b9d98c54766 (patch)
treedca31a015144decdbbe386f2f813272d0a4dcf2b /CHANGES.rst
parent6bb6e5b1cc752caf5c08cafca350644c8028dcda (diff)
downloadpyasn1-git-add-unittest-assertion.tar.gz
[WIP] Use `unittest` assert methodsadd-unittest-assertion
Changed assertion in unit tests from Python built-in to `unittest` provided. The motivation is to have better reporting on test failures.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 34c82ca..7c19b2e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +22,9 @@ Revision 0.5.0, released XX-11-2019
`StreamingDecoder` class. Previously published API is implemented
as a thin wrapper on top of that ensuring backward compatibility.
+- Changed assertion in unit tests from Python built-in to `unittest`
+ provided
+
Revision 0.4.9, released XX-11-2019
-----------------------------------