tests.test module¶
test.py
- tests.test.main()¶
メイン処理
- Return type:
None
- tests.test.test_pattern(flag, test_case, sec, pattern, argument)¶
テストケース実行
- Parameters:
flag (dict[str, Any]) – フラグ格納辞書
test_case (str) – テストケース
sec (str) – 定義セクション
pattern (str) – 実行パターン
argument (str) – コマンドライン引数
- Return type:
None