mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
doc: add missing source files for tests (developer's guide)
This commit is contained in:
@@ -380,17 +380,21 @@ WeeChat "core" is located in following directories:
|
||||
| testapi.py | Python script with scripting API tests, used by script testapigen.py.
|
||||
| unparse.py | Convert Python code to other languages, used by script testapigen.py.
|
||||
| unit/ | Root of unit tests.
|
||||
| test-plugins.cpp | Tests: plugins.
|
||||
| core/ | Root of unit tests for core.
|
||||
| test-arraylist.cpp | Tests: arraylists.
|
||||
| test-eval.cpp | Tests: evaluation of expressions.
|
||||
| test-hashtble.cpp | Tests: hashtables.
|
||||
| test-hdata.cpp | Tests: hdata.
|
||||
| test-hook.cpp | Tests: hooks.
|
||||
| test-infolist.cpp | Tests: infolists.
|
||||
| test-list.cpp | Tests: lists.
|
||||
| test-string.cpp | Tests: strings.
|
||||
| test-url.cpp | Tests: URLs.
|
||||
| test-utf8.cpp | Tests: UTF-8.
|
||||
| test-util.cpp | Tests: utility functions.
|
||||
| gui/ | Root of unit tests for GUI.
|
||||
| test-line.cpp | Tests: lines.
|
||||
|===
|
||||
|
||||
[[documentation_translations]]
|
||||
|
||||
@@ -382,17 +382,21 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
| testapi.py | Script Python avec les tests API, utilisé par le script testapigen.py.
|
||||
| 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.
|
||||
| core/ | Racine des tests unitaires pour le cœur.
|
||||
| test-arraylist.cpp | Tests : listes avec tableau (« arraylists »).
|
||||
| test-eval.cpp | Tests : évaluation d'expressions.
|
||||
| test-hashtble.cpp | Tests : tables de hachage.
|
||||
| test-hdata.cpp | Tests : hdata.
|
||||
| test-hook.cpp | Tests : hooks.
|
||||
| test-infolist.cpp | Tests : infolists.
|
||||
| test-list.cpp | Tests : listes.
|
||||
| test-string.cpp | Tests : chaînes.
|
||||
| test-url.cpp | Tests : URLs.
|
||||
| test-utf8.cpp | Tests : UTF-8.
|
||||
| test-util.cpp | Tests : fonctions utiles.
|
||||
| gui/ | Racine des tests unitaires pour la GUI.
|
||||
| test-line.cpp | Tests : lignes.
|
||||
|===
|
||||
|
||||
[[documentation_translations]]
|
||||
|
||||
@@ -388,17 +388,25 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
| testapi.py | スクリプト API テスト時に使われる Python スクリプト (スクリプト testapigen.py から使われます)
|
||||
| unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます)
|
||||
| unit/ | 単体テスト用のルートディレクトリ
|
||||
// TRANSLATION MISSING
|
||||
| test-plugins.cpp | Tests: plugins.
|
||||
| core/ | core 向け単体テスト用のルートディレクトリ
|
||||
| test-arraylist.cpp | テスト: 配列リスト
|
||||
| test-eval.cpp | テスト: 式の評価
|
||||
| test-hashtble.cpp | テスト: ハッシュテーブル
|
||||
| test-hdata.cpp | テスト: hdata
|
||||
// TRANSLATION MISSING
|
||||
| test-hook.cpp | Tests: hooks.
|
||||
| test-infolist.cpp | テスト: インフォリスト
|
||||
| test-list.cpp | テスト: リスト
|
||||
| test-string.cpp | テスト: 文字列
|
||||
| test-url.cpp | テスト: URL
|
||||
| test-utf8.cpp | テスト: UTF-8
|
||||
| test-util.cpp | テスト: ユーティリティ関数
|
||||
// TRANSLATION MISSING
|
||||
| gui/ | Root of unit tests for GUI.
|
||||
// TRANSLATION MISSING
|
||||
| test-line.cpp | Tests: lines.
|
||||
|===
|
||||
|
||||
[[documentation_translations]]
|
||||
|
||||
Reference in New Issue
Block a user