fokoid/socman

Rewrite unit tests using pytest

Closed this issue · 1 comments

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.

This has been completed with commit 9bd7f2e.