(2, "This will save all active accounts", ""),
)
+test_show_element = (
+ (2, "> ", "show element internal:counters"),
+ (2, "These are the properties of the \"internal:counters\" element "
+ "\(in.*data/internal\.yaml\"\):.* \x1b\[32melapsed: "
+ "\x1b\[31m[0-9]+\x1b\[0m", ""),
+)
+
test_show_log = (
(2, "> ", "show log"),
(2, "There are [0-9]+ log lines in memory and [0-9]+ at or above level "
(test_admin_setup, "admin account setup"),
(test_admin_restriction, "restricted admin commands"),
(test_admin_help, "admin help"),
+ (test_show_element, "show element"),
(test_show_log, "show log"),
(test_log_no_errors, "no errors logged"),
)