env-xs-ov-00-bpu/tests
Miical 95f192c870 Change the FTQ bundle to new bundle 2024-05-31 20:08:10 +08:00
..
uFTB-raw update readme for uFTB-raw 2024-05-07 06:57:41 +00:00
uFTB-with-ftq Change the FTQ bundle to new bundle 2024-05-31 20:08:10 +08:00
Makefile update readme for uFTB-raw 2024-05-07 06:57:41 +00:00
README.md Update the test case writing specification 2024-04-30 14:03:21 +08:00
conftest.py context need be last call 2024-05-11 17:53:30 +08:00

README.md

测试用例

请在本目录下创建测试用例,每个测试用例为一个单独的目录,目录名即为测试用例名。

使用如下命令运行测试用例:

make TEST=<测试用例名> run

或一次性运行所有测试用例:

make run

测试报告会被保存在 tests/report 目录中,可通过浏览器打开 tests/report/report.html 查看本次测试报告内容,其余文件也会在本目录中生成。

创建测试用例的详细规范请参见 编写测试用例