nonebot / nonebug

NoneBot2 测试框架 / NoneBot2 test framework
https://nonebot.dev/docs/best-practice/testing/
MIT License
28 stars 6 forks source link

feat: Report need #12

Closed jingyuexing closed 1 year ago

jingyuexing commented 1 year ago

The official document does not say the test report, so how to know the test situation?

Maybe there should be a report like this one: test name test status
XXX PASS
VVVVVV NO PASS

total pass: 1 total reject: 1

yanyongyu commented 1 year ago

?你用过pytest吗 image

jingyuexing commented 1 year ago

?你用过pytest吗 image

机器人自己出局报告 而不是单单的命令行的报告

jingyuexing commented 1 year ago

?你用过pytest吗 image

机器人自己出局截图形式的报告或者其他的

yanyongyu commented 1 year ago

你是不是对测试有什么误解