kressi / terminalplot

GNU General Public License v3.0
49 stars 5 forks source link

Change tests from nose to pytest #4

Closed kressi closed 4 years ago

kressi commented 4 years ago

Nose has not run any tests in Windows on Travis, pytest works as expected. So nose is replaced with pytest. Additionally, pytest-cov is being added for test coverage.

Since setup.py test command is going to be deprecated (https://github.com/pypa/setuptools/issues/1684), test_suite is removed from setup.py.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-9.09%) to 74.545% when pulling f76c32b960f5f76a2d8b5cabd3b0e5cb7a1ed81d on develop into 0986023b3a04f71123f1af509ffc68dc8c8391e8 on master.