[79668b]: / tests / conftest.py

Download this file

9 lines (5 with data), 134 Bytes

1
2
3
4
5
6
7
8
import pytest
from deduce import Deduce
@pytest.fixture(scope="session")
def model():
return Deduce(build_lookup_structs=True)