Pytest plugin for measuring function coverage, tracking which functions are called during tests. Current version 0.2.3, requires Python >=3.6. Development appears to be low-cadence with sporadic releases.
pip install pytest-func-covVerified import paths — ran on the pinned version, not inferred.
Install the plugin and run pytest with the --func-cov flag to generate function coverage report.
Switch to pytest-cov (pip install pytest-cov) for active maintenance and broader support.
Upgrade to 0.2.3 or ensure __init__.py is imported before other modules.
Update any output parsing to match pytest-cov style.
Run 'pip install pytest-func-cov' to install the plugin.
Upgrade pytest-func-cov to 0.2.3 using 'pip install --upgrade pytest-func-cov'.
Use the plugin with pytest command-line: 'pytest --func-cov'.