Files
clan-core/pkgs/clan-cli/tests/test_with_deal.py

10 lines
177 B
Python

import deal
from clan_cli.task_manager import get_task
# type annotations below are optional
@deal.cases(get_task)
def test_get_task(case: deal.TestCase) -> None:
case()