1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 15:47:32 +00:00
bramw_baserow/backend/tests/conftest.py

7 lines
109 B
Python

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