home · contact · privacy
Add PostvarsParser to isolate postvars parsing/checking.
[plomtask] / tests /
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 HellerExplicitly disallow Process(id_=0).
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...
2024-03-20 Christian HellerIn calendar view, fill gaps between non-subsequent...
2024-03-20 Christian HellerRemove some redundant code.
2024-03-20 Christian HellerAdd Day.prev_date/Day.next_date and use them for naviga...
2024-03-20 Christian HellerCollect GET /calendar range from "?start=" and "?end=".
2024-03-20 Christian HellerAllow 'today' as calendar range limit, and default...
2024-03-20 Christian HellerFix miswritten test.
2024-03-20 Christian HellerChange variable name to avoid confusion between DB...
2024-03-20 Christian HellerAdd POST /day tests.
2024-03-20 Christian HellerAdd basic GET /calendar test.
2024-03-20 Christian HellerExtend GET /day?date= test.
2024-03-20 Christian HellerOn GET /day with unknown (but valid) "?date=", create...
2024-03-20 Christian HellerAdd rump HTTP server/handler testing.
2024-03-20 Christian HellerSlightly extend Day.by_date tests.
2024-03-20 Christian HellerAdd Day.comment field.
2024-03-17 Christian HellerRefactor Days tests into those with and without DB...
2024-03-17 Christian HellerAdd single-day view / retrieval.
2024-03-17 Christian HellerAdd Day.all() date ranging test.
2024-03-17 Christian HellerAdd basic date ranging to Day.all().
2024-03-17 Christian HellerRequire explicit call to Day.save to have any Day commi...
2024-03-17 Christian HellerAdd testing of Day sorting.
2024-03-17 Christian HellerFix and extend Day date testing.
2024-03-17 Christian HellerAdd date validation for Days.
2024-03-17 Christian HellerRe-structure for unittest usage.