@ -5,6 +5,7 @@ coverage==3.7.1
pytest-django==2.7.0
WebTest==2.0.16
django-webtest==1.7.7
django-dynamic-fixture==1.7.0
# para desevolvimento
django-debug-toolbar==1.2.1
@ -112,4 +112,9 @@ MEDIA_URL = '/media/'
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
# Using pytest directly (without a test runner)
TEST_RUNNER = None
# Validate arguments in django-dynamic-fixture
# http://django-dynamic-fixture.readthedocs.org/en/latest/more.html?highlight=ddf_validate_args#validate-arguments-new-in-1-5-0
DDF_VALIDATE_ARGS = True