mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 17:52:39 +02:00
now running nosetest doesn't run unittests twice
This commit is contained in:
parent
1eba520b69
commit
f98e52ffe8
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue