File: conftest.py

package info (click to toggle)
python-authlib 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 3,024 kB
  • sloc: python: 27,284; makefile: 53; sh: 14
file content (8 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
import pytest

from tests.django_helper import RequestClient


@pytest.fixture
def factory():
    return RequestClient()