Some housekeeping
[redakcja.git] / src / redakcja / settings / integration_test.py
1 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3 #
4 from redakcja.settings.test import *
5
6 NOSE_ARGS = ()
7
8 STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
9 STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)