tests: switch to pytest to run tests (instead of unittests)
Using pytest
instead of unittests
should help to simplify the tests.
This issue is about migrating the running of the tests to use pytest
. This should not require any refactoring in the actual code.
Edited by Robin Engler