mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-12 11:19:14 -06:00
12 lines
314 B
Python
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
|