Refactor CommandTest, inspired by PR #2326 by @davewiththenicehat

This commit is contained in:
Griatch 2021-03-14 16:22:21 +01:00
parent 9c2268d3d1
commit 3e90e0bb14
3 changed files with 184 additions and 51 deletions

View file

@ -38,6 +38,8 @@
to how `utils.delay` is a shortcut for TaskHandler add.
- Refactor the classic `red_button` example to use `utils.delay/repeat` and modern recommended
code style and paradigms instead of relying on `Scripts` for everything.
- Expand `CommandTest` with ability to check multipler msg-receivers; inspired by PR by
user davewiththenicehat. Also add new doc string.
### Evennia 0.9.5 (2019-2020)