diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-02 11:40:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-02 11:40:28 +0100 |
commit | d6796edac0033bbbaae68ff85f99bc6d4857a37a (patch) | |
tree | 871a6e4e0a402d7f4a62ce3808ee3d6d3f069e33 /doc | |
parent | 36b9a58c729288a6a09eb9f12b338ea63baefdcc (diff) | |
download | weechat-d6796edac0033bbbaae68ff85f99bc6d4857a37a.zip |
tests: add tests on plugin API info functions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 1 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 7adb71348..34ce392ff 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -403,6 +403,7 @@ WeeChat "core" is located in following directories: | unparse.py | Convert Python code to other languages, used by script testapigen.py. | unit/ | Root of unit tests. | test-plugins.cpp | Tests: plugins. +| test-plugins-api-info.cpp | Tests: plugins API info functions. | core/ | Root of unit tests for core. | test-core-arraylist.cpp | Tests: arraylists. | test-core-calc.cpp | Tests: calculation of expressions. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 94fd37c03..f50c08f48 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -405,6 +405,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | unparse.py | Conversion de code Python vers d'autres langages, utilisé par le script testapigen.py. | unit/ | Racine des tests unitaires. | test-plugins.cpp | Tests : extensions. +| test-plugins-api-info.cpp | Tests : fonctions info de l'API. | core/ | Racine des tests unitaires pour le cœur. | test-core-arraylist.cpp | Tests : listes avec tableau (« arraylists »). | test-core-calc.cpp | Tests : calcul d'expressions. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index ff533dcaf..eed2eb77b 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -430,6 +430,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます) | unit/ | 単体テスト用のルートディレクトリ | test-plugins.cpp | テスト: プラグイン +// TRANSLATION MISSING +| test-plugins-api-info.cpp | Tests: plugins API info functions. | core/ | core 向け単体テスト用のルートディレクトリ | test-core-arraylist.cpp | テスト: 配列リスト // TRANSLATION MISSING diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index 390f74c44..201cfe8c6 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -405,6 +405,8 @@ WeeChat „језгро” се налази у следећим директо | unparse.py | Конверзија Python кода у остале језике, користи је скрипта testapigen.py. | unit/ | Корен unit тестова. | test-plugins.cpp | Тестови: plugins. +// TRANSLATION MISSING +| test-plugins-api-info.cpp | Tests: plugins API info functions. | core/ | Корен unit тестова језгра. | test-core-arraylist.cpp | Тестови: arraylists. | test-core-calc.cpp | Тестови: калкулација израза. |