Move from nose to pytest for testing
gyermolenko opened this issue · 2 comments
gyermolenko commented
Motivation:
pytest
is stable, extensible, popular etc etc- last
nose
release was on Jun 2, 2015
Notes:
pytest
runsunittest.TestCase
wo modificationspytest
is also available in travis env by default
@faif (or other maintainers) what do you think?
faif commented
I think that it's a good idea. I like pytest
and it seems that this is the current goto platform for unit testing in Python
gyermolenko commented
great, will do