how_to_unittest 136 Bytes
Newer Older
GZhao's avatar
GZhao committed
1
2
3
4
5
6
7
8
9

使用python运行unittest:
python -m unittest

使用coverage运行unittest
coverage run -m unittest

生成html报告
coverage html