7

Use wagtail-factories for testing

This commit is contained in:
Michael van Tellingen
2017-02-17 20:18:06 +01:00
committed by Boris Besemer
parent 08f88181f4
commit 8e754fef07
6 changed files with 13 additions and 59 deletions

View File

@ -13,6 +13,7 @@ tests_require = [
'pytest-sugar==0.7.1',
'freezegun==0.3.8',
'factory_boy==2.8.1',
'wagtail_factories==0.2.0',
]
setup(