fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
publishable setting fix
[redakcja.git]
/
redakcja
/
settings
/
test.py
diff --git
a/redakcja/settings/test.py
b/redakcja/settings/test.py
index
118c7ff
..
f6e9080
100644
(file)
--- a/
redakcja/settings/test.py
+++ b/
redakcja/settings/test.py
@@
-11,12
+11,12
@@
DATABASE_NAME = ':memory:'
import tempfile
import tempfile
-
WIKI_REPOSITORY
_PATH = tempfile.mkdtemp(prefix='wikirepo')
+
CATALOGUE_REPO
_PATH = tempfile.mkdtemp(prefix='wikirepo')
INSTALLED_APPS += ('django_nose',)
TEST_RUNNER = 'django_nose.run_tests'
INSTALLED_APPS += ('django_nose',)
TEST_RUNNER = 'django_nose.run_tests'
-TEST_MODULES = ('
wiki', 'toolbar', 'vstorage
')
+TEST_MODULES = ('
catalogue', 'dvcs.tests', 'wiki', 'toolbar
')
NOSE_ARGS = (
'--tests=' + ','.join(TEST_MODULES),
'--cover-package=' + ','.join(TEST_MODULES),
NOSE_ARGS = (
'--tests=' + ','.join(TEST_MODULES),
'--cover-package=' + ','.join(TEST_MODULES),