(2, "This will save all active accounts", ""),
)
+test_show_log = (
+ (2, "> ", "show log"),
+ (2, "There are [0-9]+ log lines in memory and [0-9]+ at or above level "
+ "[0-9]+\. The matching lines\r\nfrom [0-9]+ to [0-9]+ are:", ""),
+)
+
dialogue = (
(test_account0_setup, "first account setup"),
(test_account1_setup, "second account setup"),
(test_admin_setup, "admin account setup"),
(test_admin_restriction, "restricted admin commands"),
(test_admin_help, "admin help"),
+ (test_show_log, "show log"),
)
captures = ["", "", ""]