Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TRaw
/
tskwvr
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tskwvr
/
tests
/
unit_tests
/
ces
/
conftest.py
TRaw
Upload 297 files
3d3d712
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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)