mopidy/setup.cfg
Stein Magnus Jodal 19787f2850 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.
2012-10-30 15:34:18 +01:00

8 lines
117 B
INI

[nosetests]
verbosity = 1
#with-coverage = 1
cover-package = mopidy
cover-inclusive = 1
cover-html = 1
tests = tests