diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-10 20:17:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-10 20:17:15 +0200 |
commit | ff443c76b5f786dc10605077c7c15c7b98f48ae7 (patch) | |
tree | 4216032e8fdaf3602c504ec35eac198c4929eec1 | |
parent | 81a447dbb073da826c43765df62392f5e9d2f428 (diff) | |
download | weechat-ff443c76b5f786dc10605077c7c15c7b98f48ae7.zip |
tests: add missing docstring
-rw-r--r-- | tests/scripts/python/testapi.py | 1 |
1 files changed, 1 insertions, 0 deletions
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') |