Skip to content

Commit a0af55e

Browse files
committed
docs/utest: explanation of adding the automatic completion function for utest_run
1 parent 2372aba commit a0af55e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
43.6 KB
Loading

documentation/6.components/utest/utest.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,13 @@ As shown in the figure above, the log of the test case run is divided into four
290290
From the above flow chart you can get the following:
291291

292292
* The utest framework is a sequential execution of all **test units** in the *testcase* function
293-
* Assert of the previous UTEST_UNIT_RUN macro has occurred, and all subsequent UTEST_UNIT_RUN will skip execution.
293+
* Assert of the previous UTEST_UNIT_RUN macro has occurred, and all subsequent UTEST_UNIT_RUN will skip executio
294+
295+
## utest_run auto-completion Function
296+
297+
The utest_run tool now supports dynamic auto-completion for test case names. After entering the utest_run command in the terminal, users can press the TAB key to activate the auto-completion feature. The system will then dynamically match and suggest available test case names in real time.
298+
299+
![utest_run_auto_option](.\figures\utest_run_auto_option.png)
294300

295301
# NOTE
296302

0 commit comments

Comments
 (0)