forked from CGM_Public/pretix_original
Added tests and test configuration for pretix/base
This commit is contained in:
@@ -7,3 +7,5 @@ TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))
|
||||
INSTALLED_APPS = INSTALLED_APPS + (
|
||||
'tests.testdummy',
|
||||
)
|
||||
|
||||
MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
|
||||
|
||||
Reference in New Issue
Block a user