Skip to content
Snippets Groups Projects
Verified Commit de777764 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fake_request fixture for django requests

parent b5a4b2ca
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ import tempfile
from django.contrib.auth.models import AnonymousUser
from django.core.cache import cache as django_cache
from django.test import client
from dynamic_preferences.registries import global_preferences_registry
from rest_framework.test import APIClient
......@@ -118,6 +120,11 @@ def api_request():
return APIRequestFactory()
@pytest.fixture
def fake_request():
return client.RequestFactory()
@pytest.fixture
def activity_registry():
r = record.registry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment