X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=bin%2Ftest;fp=bin%2Ftest;h=85aa3f3843143cf6001128c9617ca66a710b9e42;hp=b23a227c1fef6910fdddb2776bb2eb64ed109012;hb=88c7d9af54cb58c969fde48d3ebdb674c8120494;hpb=78cc0c7ed13415ba264d89bdccb3c55c4e08f536 diff --git a/bin/test b/bin/test index b23a227..85aa3f3 100755 --- a/bin/test +++ b/bin/test @@ -157,6 +157,13 @@ test_admin_help = ( (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 " @@ -183,6 +190,7 @@ dialogue = ( (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"), )