Move testdummy plugin to the test directory

This commit is contained in:
Raphael Michel
2015-06-03 18:14:05 +02:00
parent fad8605aa7
commit 6c3df1e3f5
7 changed files with 12 additions and 8 deletions

View File

@@ -3,3 +3,7 @@ from pretix.settings import *
TEST_DIR = os.path.dirname(__file__)
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))
INSTALLED_APPS = INSTALLED_APPS + (
'tests.testdummy',
)