Skip to content

Commit

Permalink
Rewrite unit tests to use Python unittest
Browse files Browse the repository at this point in the history
This lets us drop the dependency on the deprecated `nose` library and use the
Python standard library `unittest`. Since we don't use any advanced
functionality, and the `unittest` library is sufficient for our use cases, this
means we can remove the dependency on `nose` without introducing a new
dependency on either `nose2` or `pytest`.

Closes rossant#61
  • Loading branch information
mbrukman committed Jan 16, 2022
1 parent 7668645 commit 6a0da0e
Showing 1 changed file with 189 additions and 195 deletions.
Loading

0 comments on commit 6a0da0e

Please sign in to comment.