Resolve unit tests

This commit is contained in:
Griatch 2018-09-21 00:24:19 +02:00
parent bed96328a9
commit cbfe6d9e38
2 changed files with 30 additions and 35 deletions

View file

@ -74,6 +74,9 @@
- Added `exit_cmd` to EvMore pager, to allow for calling a command (e.g. 'look') when leaving the pager.
- `get_all_typeclasses` will return dict `{"path": typeclass, ...}` for all typeclasses available
in the system. This is used by the new `@typeclass/list` subcommand (useful for builders etc).
- `evennia.utils.dbserialize.deserialize(obj)` is a new helper function to *completely* disconnect
a mutable recovered from an Attribute from the database. This will convert all nested `_Saver*`
classes to their plain-Python counterparts.
### General