1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

tests: add missing docstring

This commit is contained in:
Sébastien Helleu
2017-10-10 20:17:15 +02:00
parent 81a447dbb0
commit ff443c76b5
+1
View File
@@ -118,6 +118,7 @@ def test_lists():
def cmd_test_cb(data, buf, args):
"""Run all the tests."""
weechat.prnt('', '>>>')
weechat.prnt('', '>>> ------------------------------')
weechat.prnt('', '>>> Testing ' + 'SCRIPT_LANGUAGE' + ' API')