aboutsummaryrefslogtreecommitdiff
path: root/tests/flow/__init__.py
diff options
context:
space:
mode:
authorMax Nanis2026-02-27 02:35:47 -0500
committerMax Nanis2026-02-27 02:35:47 -0500
commit205449a8e59c78f3b1032a3b996463d22588f05f (patch)
treefdb706dc4ed6ab5e173d0ad4d39fcdd198a91ab8 /tests/flow/__init__.py
parentdadd9643feceac94a2b84d9a3d3dda667f17583d (diff)
downloadamt-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__.py16
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)