DEBSOURCES
Skip Quicknav
sources / python-authlib / 1.6.4-1 / tests / clients / test_django / conftest.py
12345678
import pytest from tests.django_helper import RequestClient @pytest.fixture def factory(): return RequestClient()