Skip to content

Commit 7f55410

Browse files
[Fix] Fix missing python script in TH UI (#261)
* Updated fetch_sdk_tests_and_runner script to install chipyaml wheel * updated cspell.json file * Update test_collections/matter/sdk_tests/scripts/fetch_sdk_tests_and_runner.sh Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Code review - gemini * Fix logic for Python scripts be listed as test script * Added python_tests_info.json file * Code review - gemini * added pyproject to ignore words in cspell * Mypy * Mypy --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent cd70e9d commit 7f55410

3 files changed

Lines changed: 2032 additions & 290 deletions

File tree

cspell.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@
109109
"PCSC",
110110
"pcscd",
111111
"DGRAM",
112-
"chipyaml",
113-
"webrtc"
112+
"chipyaml",
113+
"webrtc",
114+
"pyproject"
114115
],
115116
"allowCompoundWords": true,
116117
"ignorePaths": [

0 commit comments

Comments
 (0)