tests: add missing docstring

This commit is contained in:
Sébastien Helleu 2017-10-10 20:17:15 +02:00
parent 81a447dbb0
commit ff443c76b5

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')