(2, "This will save all active accounts", ""),
)
+test_reload = (
+ (2, "> ", "reload"),
+ (2, r"Reloading all code modules, configs and data\."
+ r".* User admin reloaded the world\.", ""),
+)
+
test_show_element = (
(2, "> ", "show element internal:counters"),
(2, r'These are the properties of the "internal:counters" element '
(test_admin_setup, "admin account setup"),
(test_admin_restriction, "restricted admin commands"),
(test_admin_help, "admin help"),
+ (test_reload, "reload"),
(test_show_element, "show element"),
(test_show_log, "show log"),
(test_custom_loglevel, "custom loglevel"),