[plotting] still testing the testing

This commit is contained in:
Max Zwiessele 2016-03-31 14:06:23 +01:00
parent 1376113405
commit 0116b03f3c
7 changed files with 32 additions and 28 deletions

View file

@ -33,6 +33,8 @@
import matplotlib
matplotlib.use('agg')
import nose
nose.main('GPy', defaultTest='GPy/testing/')
import nose, warnings
with warnings.catch_warnings():
warnings.simplefilter("ignore")
nose.main('GPy', defaultTest='GPy/testing/')