mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 15:47:32 +00:00
7 lines
109 B
Python
7 lines
109 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def data_fixture():
|
|
from .fixtures import Fixtures
|
|
return Fixtures()
|