7

Ensure that the session is checked correctly

This commit is contained in:
Todd Dembrey
2017-10-17 17:35:57 +01:00
parent 675d219f1f
commit 8c96fffd4e
3 changed files with 16 additions and 1 deletions

View File

@ -18,6 +18,7 @@ tests_require = [
'pytest-cov==2.4.0',
'pytest-django==3.1.2',
'pytest-sugar==0.7.1',
'pytest-mock==1.6.3',
'pytest==3.1.0',
'wagtail_factories==0.3.0',
]