Moved to django-discover-runner
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,2 +1,3 @@
|
|||||||
test:
|
test:
|
||||||
django-admin.py test --settings=compressor.test_settings compressor
|
coverage run --branch --source=compressor `which django-admin.py` test --settings=compressor.test_settings compressor
|
||||||
|
coverage report --omit=compressor/test*
|
||||||
|
@@ -17,7 +17,6 @@ else:
|
|||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
'compressor',
|
'compressor',
|
||||||
'django_nose',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
MEDIA_URL = '/media/'
|
MEDIA_URL = '/media/'
|
||||||
@@ -33,6 +32,6 @@ TEMPLATE_DIRS = (
|
|||||||
os.path.join(TEST_DIR, 'test_templates'),
|
os.path.join(TEST_DIR, 'test_templates'),
|
||||||
)
|
)
|
||||||
|
|
||||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
TEST_RUNNER = 'discover_runner.DiscoverRunner'
|
||||||
|
|
||||||
SECRET_KEY = "iufoj=mibkpdz*%bob952x(%49rqgv8gg45k36kjcg76&-y5=!"
|
SECRET_KEY = "iufoj=mibkpdz*%bob952x(%49rqgv8gg45k36kjcg76&-y5=!"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
flake8
|
flake8
|
||||||
django-nose
|
django-discover-runner
|
||||||
coverage
|
coverage
|
||||||
unittest2
|
unittest2
|
||||||
BeautifulSoup==3.2.0
|
BeautifulSoup==3.2.0
|
||||||
|
Reference in New Issue
Block a user