fokoid / socman

A library to manage society membership along with CLI and GUI interfaces
MIT License
0 stars 0 forks source link

Rewrite unit tests using pytest #2

Closed fokoid closed 8 years ago

fokoid commented 8 years ago

Unit tests were initially written using the standard library unittest module. It would be better to use pytest as it has support for parameterized tests, which would make the test code cleaner.

fokoid commented 8 years ago

This has been completed with commit 9bd7f2e5ffa6667f1f01837f832db16d92642edd.