diff options
| author | Max Nanis | 2026-02-27 02:35:47 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-27 02:35:47 -0500 |
| commit | 205449a8e59c78f3b1032a3b996463d22588f05f (patch) | |
| tree | fdb706dc4ed6ab5e173d0ad4d39fcdd198a91ab8 /tests/flow/__init__.py | |
| parent | dadd9643feceac94a2b84d9a3d3dda667f17583d (diff) | |
| download | amt-jb-205449a8e59c78f3b1032a3b996463d22588f05f.tar.gz amt-jb-205449a8e59c78f3b1032a3b996463d22588f05f.zip | |
tests.flow all pass. Now everything is GREEN ✅
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) |
