{"library":"pytest-func-cov","title":"pytest-func-cov","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-func-cov"],"cli":null},"imports":["import pytest_func_cov"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install: pip install pytest-func-cov\n# Then run pytest with --func-cov flag\n# Example usage in a test file:\ndef test_example():\n    assert 1 + 1 == 2\n\n# Run: pytest --func-cov test_example.py","lang":"python","description":"Install the plugin and run pytest with the --func-cov flag to generate function coverage report.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}