Since at least 61cdad8, there is a mix of unit tests written with unittest and pytest.
The CI currently only runs the pytest.
In the short term, at least both sets of tests need to be running in the CI. The, a sinfle unit testing framework needs to be selected and used for all tests.
Since at least 61cdad8, there is a mix of unit tests written with
unittest
andpytest
.The CI currently only runs the
pytest
.In the short term, at least both sets of tests need to be running in the CI. The, a sinfle unit testing framework needs to be selected and used for all tests.