Closed ivergara closed 5 years ago
In my opinion and experience, pytest is a much better nicer/easier test runner and framework to work with testing. We don't need to port all current tests right away as pytest supports running unittest based tests.
pytest
unittest
Perfect! I don't really have a lot of experience with those tools
In my opinion and experience,
pytest
is a much better nicer/easier test runner and framework to work with testing. We don't need to port all current tests right away aspytest
supports runningunittest
based tests.