Skip to content

test impact analysis

Sergey Bronnikov edited this page Dec 19, 2025 · 2 revisions

Python

Coverage.py measures whether code was run, but it can also record the context in which it was run. This can provide more information to help you understand the behavior of your tests.

image

Clone this wiki locally