Files
hatchet/sdks/python/examples/manual_trigger/test_manual_trigger.py
2025-03-11 14:57:13 -04:00

12 lines
314 B
Python

# from hatchet_sdk import Hatchet
# import pytest
# from tests.utils import fixture_bg_worker
# worker = fixture_bg_worker(["poetry", "run", "manual_trigger"])
# # requires scope module or higher for shared event loop
# @pytest.mark.asyncio(scope="session")
# async def test_run(hatchet: Hatchet):
# # TODO