Added deal contract framework and testing documentation

This commit is contained in:
Qubasa
2023-11-08 19:50:31 +01:00
parent 32aa287da5
commit 7240727b26
6 changed files with 160 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
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()