home · contact · privacy
Slightly improve and re-organize Condition tests.
[plomtask] / tests / days.py
46 hours ago Christian HellerGreatly expand GET /calendar tests.
2 days ago Christian HellerRe-organize and extend/improve POST/GET /day tests.
2 days ago Christian HellerRe-organize and extend POST/GET /day tests.
2 days ago Christian HellerExtend POST /day testing.
2 days ago Christian HellerRefactor request handler delete or retrieving items...
2 days ago Christian HellerMore tests refactoring.
2 days ago Christian HellerMinor refactoring of Days tests.
2 days ago Christian HellerRename "condition"/"blocker" input names to plurals...
2 days ago Christian HellerExtend Days test to behavior of Conditions.
2 days ago Christian HellerMore Days HTTP testing refactoring.
2 days ago Christian HellerSome tests refactoring.
2 days ago Christian HellerTurn TodoNode into full class with .as_dict, with resul...
2 days ago Christian HellerOverhaul as_dict generation to avoid endless nesting...
3 days ago Christian HellerRefactor tests, expand Days testing.
5 days ago Christian HellerRemove and shrink tests under redundancy with test...
5 days ago Christian HellerRe-factor TestCaseSansDB methods.
5 days ago Christian HellerRefactor remaining test.utils helpers into actual tests.
5 days ago Christian HellerRefactor saving and caching tests, treatment of None...
5 days ago Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
5 days ago Christian HellerRefactor .all() tests.
5 days ago Christian HellerRefactor singularity tests.
5 days ago Christian HellerRefactor BaseModel.from_table_row testing.
8 days ago Christian HellerEnable server to alternatively output response ctx...
11 days ago Christian HellerCreate choice for creating Todos with or without children.
2024-05-30 Christian HellerDefault calendar date range end to 60 days later.
2024-05-30 Christian HellerRe-factor date ranging and default to range 'yesterday...
2024-05-30 Christian HellerUse same date ranging code for Day and Todo filtering.
2024-05-30 Christian HellerFix broken date range test.
2024-05-17 Christian HellerMore tests refactoring.
2024-05-15 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...