coverage共5篇
Maximizing Software Quality with Python Code Coverage-拾光赋

Maximizing Software Quality with Python Code Coverage

Maximizing Software Quality with Python Code Coverage, Python, renowned for its simplicity and readability, is a versatile programming language widely used for developing applicati...
kity的头像-拾光赋kity9个月前
0465
Focusing on high code coverage can be a trap-拾光赋

Focusing on high code coverage can be a trap

Focusing on high code coverage can be a trap, Code coverage is a good negative indicator but a bad positive one. In the following lines I will try to explain why this affirmative i...
kity的头像-拾光赋kity10个月前
0277
TIL: exclude_also with coverage.py-拾光赋

TIL: exclude_also with coverage.py

TIL: exclude_also with coverage.py,Sometimes you have code you want to exclude from the test coverage report, because it doesn't really make sense to test it. For example, maybe yo...
kity的头像-拾光赋kity2年前
04815
How I set up VSCode for Python (tests, coverage, profiling)-拾光赋

How I set up VSCode for Python (tests, coverage, profiling)

How I set up VSCode for Python (tests, coverage, profiling), 1. Install the Python Extension It can be found here or by searching for python in the extensions section. 2. Organize ...
kity的头像-拾光赋kity4年前
0308
An intro to Mutation Testing - or why coverage sucks-拾光赋

An intro to Mutation Testing – or why coverage sucks

An intro to Mutation Testing - or why coverage sucks, This article was originally shared on my personal blog. Please visit the original link to get the full version I think it's sa...
kity的头像-拾光赋kity6年前
03613