Recruitment_site/offer_backend/conftest.py

8 lines
97 B
Python

import pytest
from django.test import Client
@pytest.fixture
def client():
return Client()