diff options
Diffstat (limited to 'tests/flow/__init__.py')
| -rw-r--r-- | tests/flow/__init__.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/flow/__init__.py b/tests/flow/__init__.py index e69de29..3c88c7e 100644 --- a/tests/flow/__init__.py +++ b/tests/flow/__init__.py @@ -0,0 +1,16 @@ +# def test_a_hit(): +# hit_type = HitType( +# title="Sandbox Test 2026-02-04", +# description="test description", +# reward=USDCent(5), +# keywords="a,b,c", +# min_active=10, +# ) +# AMTManager.create_hit_type(hit_type=hit_type) +# HTM.create(hit_type) + +# hit_type = HTM.get(amt_hit_type_id=hit_type.amt_hit_type_id) +# hit = create_hit_from_hittype(hit_type) + +# hit_type = HTM.get(amt_hit_type_id="3QMCR5SRRVWV0O3UDSC64VSB8KL4GL") +# hit = create_hit_from_hittype(hit_type) |
