now running nosetest doesn't run unittests twice

This commit is contained in:
Nicolo Fusi 2013-03-11 12:40:14 +00:00
parent 1eba520b69
commit f98e52ffe8

View file

@ -11,6 +11,8 @@ from core import priors
import likelihoods
import testing
from numpy.testing import Tester
from nose.tools import nottest
@nottest
def tests():
Tester(testing).test(verbose=10)