UnityChipVerification/tests
Miical 8408155af8 Change the name Interface to Bundle 2024-05-06 10:48:20 +08:00
..
uFTB-with-ftq Change the name Interface to Bundle 2024-05-06 10:48:20 +08:00
uFTB_raw Updated DUT tests to support testing multiple use cases at once 2024-04-30 10:59:14 +08:00
Makefile Updated DUT tests to support testing multiple use cases at once 2024-04-30 10:59:14 +08:00
README.md Update the test case writing specification 2024-04-30 14:03:21 +08:00
conftest.py Add pytest 2024-04-28 13:32:14 +08:00

README.md

测试用例

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

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

make TEST=<测试用例名> run

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

make run

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

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