francescorandi / optics

GNU General Public License v3.0
2 stars 0 forks source link

Move testing framework from unittest to pytest #76

Closed ivergara closed 5 years ago

ivergara commented 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.

francescorandi commented 5 years ago

Perfect! I don't really have a lot of experience with those tools