Activates fixture bundling in Nose by default

This commit is contained in:
Kumar McMillan 2011-09-16 12:11:28 -05:00
Родитель 1eb9465251
Коммит 053c04c386
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -380,6 +380,9 @@ DEV_APPS = (
# Tests
TEST_RUNNER = 'test_utils.runner.RadicalTestSuiteRunner'
NOSE_ARGS = [
'--with-fixture-bundling',
]
# If you want to run Selenium tests, you'll need to have a server running.
# Then give this a dictionary of settings. Something like: