Use pytest-env plugin to manage test settings instead of settings file

This commit is contained in:
Eliot Berriot 2018-03-31 14:45:11 +02:00
parent f9c649472a
commit 22370d1b2c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 10 additions and 32 deletions

View file

@ -1,8 +1,8 @@
import factory
import tempfile
import shutil
import pytest
import requests_mock
import shutil
import tempfile
from django.contrib.auth.models import AnonymousUser
from django.core.cache import cache as django_cache