Overhaul data reloading
[mudpy.git] / mudpy / tests / selftest.py
index 0b29386..f262063 100644 (file)
@@ -183,7 +183,10 @@ test_admin_help = (
 test_reload = (
     (2, "> ", "reload"),
     (2, r"Reloading all code modules, configs and data\."
-        r".* User admin reloaded the world\.", ""),
+        r".* User admin reloaded the world\.",
+     "show element account.admin"),
+    (2, 'These are the properties of the "account.admin" element.*'
+        "  \x1b\[32mpasshash:\r\n\x1b\[31m\$.*> ", ""),
 )
 
 test_set_facet = (