Pass kwargs from get_stages/dt to staging callable in ondemandhandler

This commit is contained in:
Griatch 2024-03-11 22:09:17 +01:00
parent 1853b29429
commit 34b5f1133c
5 changed files with 148 additions and 50 deletions

View file

@ -12,6 +12,8 @@
- Feature: Add `ON_DEMAND_HANDLER.set_dt(key, category, dt)` and
`.set_stage(key, category, stage)` to allow manual tweaking of task timings,
for example for a spell speeding a plant's growth (Griatch)
- Feature: Add `ON_DEMAND_HANDLER.get_dt/stages(key,category, **kwargs)`, where
the kwargs are passed into any stage-callable defined with the stages. (Griatch)
- Feature: Add `use_assertequal` kwarg to the `EvenniaCommandTestMixin` testing
class; this uses django's `assertEqual` over the default more lenient checker,
which can be useful for testing table whitespace (Griatch)