mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:29:23 +02:00
Use pytest-env plugin to manage test settings instead of settings file
This commit is contained in:
parent
f9c649472a
commit
22370d1b2c
4 changed files with 10 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue