ci:modify test readme

This commit is contained in:
chenhaoran 2025-01-16 18:25:29 +08:00
parent 59ea64e1a8
commit 31e69ea2b2
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ cd tests
<summary>Detailed steps to add new system test case</summary> <summary>Detailed steps to add new system test case</summary>
test.py is the test case execution and monitoring of the entry program. you can refer below steps to add one test case: The Python test framework is developed by TDengine teams, and test.py is the test case execution and monitoring of the entry program, Use `python3 ./test.py -h` to view more features.
you can refer below steps to add one test case:
##### 1.Create a test case file and develop the test cases ##### 1.Create a test case file and develop the test cases