pip install coverage python def add(a, b): return a + b def test_add(): assert add(2, 3) == 5 coverage run test_file.py coverage report coverage html


上一篇:
下一篇:
切换中文