blob: 3c88c7ea3e085499bd4ca5a903a05f23a107e398 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)
|