This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/tests/conftest.py

10 lines
125 B
Python

import pytest
@pytest.fixture
def fake_request():
from pyramid.testing import DummyRequest
return DummyRequest()