From ff443c76b5f786dc10605077c7c15c7b98f48ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 10 Oct 2017 20:17:15 +0200 Subject: [PATCH] tests: add missing docstring --- tests/scripts/python/testapi.py | 1 + 1 file changed, 1 insertion(+) 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')