Closed fokoid closed 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.
unittest
pytest
This has been completed with commit 9bd7f2e5ffa6667f1f01837f832db16d92642edd.
Unit tests were initially written using the standard library
unittest
module. It would be better to usepytest
as it has support for parameterized tests, which would make the test code cleaner.