diff options
| author | Carlton Gibson | 2014-09-01 10:31:07 +0200 |
|---|---|---|
| committer | Carlton Gibson | 2014-09-01 10:31:07 +0200 |
| commit | 14877464f66600ab89567f846cfd98c7200437e9 (patch) | |
| tree | 542293e19fd454df7af3c63f3ffc33c2761d3275 /tests/conftest.py | |
| parent | 55e779c856347094e3240bc7bf83927acf0bd442 (diff) | |
| parent | 0e51dab8f4cdfeb05b7c70a0ca74ffa90d01f512 (diff) | |
| download | django-rest-framework-14877464f66600ab89567f846cfd98c7200437e9.tar.bz2 | |
Merge pull request #1816 from carltongibson/regression-login-template
Regression for #1810: Test login view renders
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index f3723aea..4b33e19c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -5,6 +5,7 @@ def pytest_configure(): DEBUG_PROPAGATE_EXCEPTIONS=True, DATABASES={'default': {'ENGINE': 'django.db.backends.sqlite3', 'NAME': ':memory:'}}, + SITE_ID=1, SECRET_KEY='not very secret in tests', USE_I18N=True, USE_L10N=True, |
