tskwvr / tests /unit_tests /ces /conftest.py
TRaw's picture
Upload 297 files
3d3d712
raw
history blame contribute delete
181 Bytes
import pytest
@pytest.fixture()
def ces_manager(tmp_path: str):
from taskweaver.ces import code_execution_service_factory
return code_execution_service_factory(tmp_path)