Smart coverage measurement and reporting for py.test test suites.
Test suites are usually structured parallel to (or integrated with) the structure of the code they test. If you ask py.test to run a certain subset of your tests, you shouldn’t have to also tell coverage which subset of your code it should measure coverage on for that run. With pytest-smartcov, you don’t have to.
Prerequisites
pytest-smartcov requires Python 2.7 or higher and coverage 3.6 or higher.
Usage
If pytest-smartcov is installed and you provide a smartcov_paths_hook setting in your pytest.ini, coverage will automatically be measured on all your test runs, unless you provide the --no-cov flag.
Configuration
To use pytest-smartcov, provide a smartcov_paths_hook ini-config setting which is the Python dotted import path to a function. This function should accept as its single parameter the list of test paths specified on a py.test command line, and should return the list of paths on which code coverage will be measured.
Reporting
If 100% of the measured code was covered, pytest-smartcov will output a single line at the end of test run notifying you that you have 100% coverage.
If you have less than 100% coverage on the measured code, pytest-smartcov will output a terminal report including only those files which had less than 100% coverage.
If there was less than 100% overall coverage, pytest-smartcov will also output an HTML report (to the htmlcov/ directory by default, though this can be configured normally in .coveragerc).
CHANGES
0.1 (2014.10.28)
Initial working version.
Release files for pytest-smartcov 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest-smartcov-0.3.tar.gz | 4.7 kB | Details |
Release files / pytest-smartcov-0.3.tar.gz
| Download URL | pytest-smartcov-0.3.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db99c7a1a9717f5386303a528ee6bcbe8cbcb43ce08e239cfc32bd68bb1281a1
|
|
BLAKE2b-256 checksum How to use checksums |
e4d466a8ebca883adfad25840e087a24d5a1d9c1e3af8fb2ee117274865b69b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |