aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures
AgeCommit message (Collapse)AuthorFilesLines
2026-02-27try for FKVioloation constraint. Jenkins drops the DB, not critical ↵Max Nanis1-24/+49
(depending on subsequent tests)
2026-02-27Fix assignment_record yield model cleanup.Max Nanis1-3/+1
2026-02-27AsyncGenerator type checking and model imports to http fixtures.Max Nanis1-5/+7
2026-02-27tests.flow all pass. Now everything is GREEN ✅Max Nanis2-9/+20
2026-02-26check_hit_status to use manager param, and amt_stub_context usage in flow tests.Max Nanis1-5/+5
2026-02-26AMTManager moved to fixture, and dectorator with parameters on tasks and ↵Max Nanis1-0/+10
init / non-static class appraoch. More assertion checks and typing. TestMTurkClient seperated from TestAMTManger
2026-02-26Passing Managers into flow tasks for better pytest usage. Conftests broken ↵Max Nanis6-0/+1014
out into seperate fixture files. Extensive type hinting.