Removed identical local copies from 45 test files. These fixtures are already defined in conftest.py.
Thing templates can now define verbs in TOML using [verbs] section with module:function references. Verbs are resolved at spawn time and bound to the spawned object instance using functools.partial. Works for both Thing and Container instances.