[baseline] tests

This commit is contained in:
mzwiessele 2015-10-09 08:36:20 +01:00
parent 3bc0918a2b
commit 9d52356537
20 changed files with 1 additions and 1 deletions

View file

@ -38,5 +38,5 @@ matplotlib.rcParams[u'figure.figsize'] = (4,3)
matplotlib.rcParams[u'text.usetex'] = False
import nose
nose.main('GPy', defaultTest='GPy/testing')
nose.main('GPy', defaultTest='GPy/testing/plotting_tests.py')