Make nosetests only look in tests/ for tests to run

Without this, it will also look in mopidy/ for tests, and some modules there
may raise exceptions on import time because of missing dependencies, like dbus
not being available on OS X.
This commit is contained in:
Stein Magnus Jodal 2012-10-30 15:33:01 +01:00
parent 26e0f9f694
commit 19787f2850

View File

@ -4,3 +4,4 @@ verbosity = 1
cover-package = mopidy
cover-inclusive = 1
cover-html = 1
tests = tests