projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec299a4
)
Correct name of the custom loglevel test
author
Jeremy Stanley
<fungi@yuggoth.org>
Sun, 2 Jul 2017 15:13:59 +0000
(15:13 +0000)
committer
Jeremy Stanley
<fungi@yuggoth.org>
Sun, 2 Jul 2017 15:13:59 +0000
(15:13 +0000)
Make the name of the custom loglevel test distinct from the show log
test preceeding it.
mudpy/tests/selftest.py
patch
|
blob
|
history
diff --git
a/mudpy/tests/selftest.py
b/mudpy/tests/selftest.py
index
a6bb6d6
..
4ffe027
100644
(file)
--- a/
mudpy/tests/selftest.py
+++ b/
mudpy/tests/selftest.py
@@
-201,7
+201,7
@@
dialogue = (
(test_admin_help, "admin help"),
(test_show_element, "show element"),
(test_show_log, "show log"),
- (test_custom_loglevel, "
show log
"),
+ (test_custom_loglevel, "
custom loglevel
"),
(test_invalid_loglevel, "invalid loglevel"),
(test_log_no_errors, "no errors logged"),
)