1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-13 16:49:07 +00:00
bramw_baserow/backend/tests/conftest.py
2019-07-05 11:48:39 +02:00

7 lines
109 B
Python

import pytest
@pytest.fixture
def data_fixture():
from .fixtures import Fixtures
return Fixtures()