mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 05:39:41 -06:00
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
12 lines
264 B
Python
12 lines
264 B
Python
# from hatchet_sdk import Hatchet
|
|
# import pytest
|
|
|
|
# from tests.utils import fixture_bg_worker
|
|
|
|
|
|
# worker = fixture_bg_worker(["poetry", "run", "manual_trigger"])
|
|
|
|
# # @pytest.mark.asyncio(loop_scope="session")
|
|
# async def test_run(hatchet: Hatchet):
|
|
# # TODO
|