-
- Downloads
Update the tests to work with the page model
Showing
- opentech/apply/models.py 1 addition, 1 deletionopentech/apply/models.py
- opentech/apply/tests/factories.py 7 additions, 0 deletionsopentech/apply/tests/factories.py
- opentech/apply/tests/test_models.py 3 additions, 2 deletionsopentech/apply/tests/test_models.py
- opentech/settings/dev.py 1 addition, 1 deletionopentech/settings/dev.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
... | @@ -9,6 +9,7 @@ wagtail-django-recaptcha==0.1 | ... | @@ -9,6 +9,7 @@ wagtail-django-recaptcha==0.1 |
uwsgidecorators==1.1.0 | uwsgidecorators==1.1.0 | ||
mypy==0.550 | mypy==0.550 | ||
factory_boy==2.9.2 | factory_boy==2.9.2 | ||
wagtail_factories==0.3.0 | |||
flake8 | flake8 | ||
# Production dependencies | # Production dependencies | ||
... | ... |
Please register or sign in to comment