diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index f3682ec1a..3ff62082b 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -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')