Skip to content

Commit

Permalink
[WIP] Use unittest assert methods
Browse files Browse the repository at this point in the history
Changed assertion in unit tests from Python built-in
to `unittest` provided. The motivation is to have better
reporting on test failures.
  • Loading branch information
etingof committed Nov 24, 2019
1 parent 6bb6e5b commit 4d5a3fe
Show file tree
Hide file tree
Showing 4 changed files with 1,229 additions and 828 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------------------

Expand Down
Loading

0 comments on commit 4d5a3fe

Please sign in to comment.