home · contact · privacy
Fix broken Day template layout.
[plomtask] / tests / days.py
2 days ago Christian HellerMore tests refactoring.
5 days ago Christian HellerAdd POSTing of Todo.comment in Day view.
2024-05-02 Christian HellerMinor tests refactoring.
2024-05-02 Christian HellerSome tests refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-05-01 Christian HellerRefactor Days tests.
2024-05-01 Christian HellerImprove Days tests.
2024-04-28 Christian HellerPerform sensible redirects on POSTs.
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...