home · contact · privacy
Slightly improve and re-organize Condition tests.
[plomtask] / tests / processes.py
6 days ago Christian HellerExpand GET /process and /processes tests.
6 days ago Christian HellerAdapt tests to new cache emptying reality.
7 days ago Christian HellerRename "condition"/"blocker" input names to plurals...
10 days ago Christian HellerRe-factor TestCaseSansDB methods.
10 days ago Christian HellerRefactor remaining test.utils helpers into actual tests.
10 days ago Christian HellerRefactor saving and caching tests, treatment of None...
10 days ago Christian HellerSplit BaseModel.by_id into .by_id and by_id_or_create...
10 days ago Christian HellerRefactor .all() tests.
10 days ago Christian HellerRefactor singularity tests.
10 days ago Christian HellerRefactor BaseModel.from_table_row testing.
10 days ago Christian HellerSimplify JSON-ification of VersionedAttributes.
13 days ago Christian HellerOverhaul caching.
2024-06-06 Christian HellerAllow string entry to step addition field, opening...
2024-06-06 Christian HellerAdd suppression of implicit ProcessSteps to Process...
2024-06-05 Christian HellerRefactor ProcessStep code and undo replacement of impli...
2024-05-30 Christian HellerFix some ProcessStepping bugs.
2024-05-21 Christian HellerFix minor ProcessStep POST handling bugs.
2024-05-17 Christian HellerMore tests refactoring.
2024-05-17 Christian HellerRefactor tests.
2024-05-05 Christian HellerRefactor and extend tests.
2024-05-05 Christian HellerExtend tests.
2024-05-02 Christian HellerMore refactoring.
2024-05-02 Christian HellerAlways check if item is saved before removal attempt.
2024-04-29 Christian HellerMinor stylistic improvements to tests code.
2024-04-29 Christian HellerMinor tests refactoring.
2024-04-28 Christian HellerMinor tests refactoring.
2024-04-28 Christian HellerDisallow deletion of Processes in use.
2024-04-28 Christian HellerPerform sensible redirects on POSTs.
2024-04-28 Christian HellerEnable deletion of Processes.
2024-04-22 Christian HellerFix Process retrieval/display/saving bugs.
2024-04-22 Christian HellerSimplify code with namedtuples and dataclasses.
2024-04-19 Christian HellerClean up enablers/disablers code and naming conventions.
2024-04-18 Christian HellerBase core models on BaseModel providing sensible defaults.
2024-04-18 Christian HellerRefactor Process/ProcessStep setting and saving.
2024-04-16 Christian HellerSome test refactoring.
2024-04-16 Christian HellerAdd Conditions for Todos/Processes to be met or undone...
2024-04-12 Christian HellerCache DB objects to ensure we do not accidentally edit...
2024-04-10 Christian HellerDisplay what Processes use focused Process as ProcessStep.
2024-04-10 Christian HellerHide already-seen descendants of implicit ProcessSteps.
2024-04-10 Christian HellerReplace ProcessChildren with more flexible ProcessStep...
2024-04-02 Christian HellerDraw Process descendant trees, and guard against recurs...
2024-03-30 Christian HellerAdd Process.children and improve Params/Postvars parsin...
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 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...