home · contact · privacy
Refactor models' .by_id().
[plomtask] / tests / days.py
2024-04-19 Christian HellerRefactor models' .by_id().
2024-04-16 Christian HellerSome test refactoring.
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-03-27 Christian HellerCatch POSTs to undefined targets, expand and refactor...
2024-03-27 Christian HellerExtend POST tests, and handling of missing form data.
2024-03-27 Christian HellerAdd test for nonsensical pages triggering 404.
2024-03-27 Christian HellerRedirect / to /day, throw informative Exception on...
2024-03-27 Christian HellerFix HTTP exception codes.
2024-03-27 Christian HellerUse different exceptions throwing different HTTP codes...
2024-03-26 Christian HellerPut mypy into strict mode, adapt code to still pass.
2024-03-26 Christian HellerAdd Processes module tests, re-organize/re-factor unit...