goulu / Goulib

library of useful Python code for scientific + technical applications
GNU Lesser General Public License v3.0
42 stars 6 forks source link

new test framework #9

Open goulu opened 6 years ago

goulu commented 6 years ago

Goulib currently uses nose, via the tests.py module. Nose seems outdated, not maintained anymore. Need to change for a more up-to-date package that has to provide:

current contenders are nose2 and pytest.