|
@@ -335,8 +335,9 @@ if 'test' in sys.argv:
|
|
|
|
|
|
|
|
# Limit Nose coverage to Hue apps
|
|
# Limit Nose coverage to Hue apps
|
|
|
NOSE_ARGS = [
|
|
NOSE_ARGS = [
|
|
|
- '--cover-package=%s' % ','.join([app.name for app in appmanager.DESKTOP_MODULES]),
|
|
|
|
|
- '--cover-inclusive',
|
|
|
|
|
|
|
+ '--cover-package=%s' % ','.join([app.name for app in appmanager.DESKTOP_APPS + appmanager.DESKTOP_LIBS]),
|
|
|
|
|
+ '--no-path-adjustment',
|
|
|
|
|
+ '--traverse-namespace'
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
TIME_ZONE = desktop.conf.TIME_ZONE.get()
|
|
TIME_ZONE = desktop.conf.TIME_ZONE.get()
|