aboutsummaryrefslogtreecommitdiff
path: root/jb/models
AgeCommit message (Collapse)AuthorFilesLines
2026-04-11pydantic after model_validator doesnt raise a ValidationError if a KeyError ↵stuppie1-6/+9
is raised, only a ValueError. did not know that. try except ValidationError in get_assignment bc Baddies have been known to submit assignments with purposely malformed "answer" (xml) section to break the process_assignment flow
2026-02-27Fix amt manager on check_stale_hits and other tasks.Max Nanis1-2/+2
2026-02-24Extensive use of type checking. Movement of pytest conf towards handling ↵Max Nanis7-128/+46
managers (for db agnostic unittest). Starting to organize pytests.
2026-02-19Models, Project files, some pytests, requirements.. etcMax Nanis10-0/+1135