Skip to main content

pytest

pytest is a powerful Python testing framework that simplifies unit and integration testing with features like fixtures and async support.

Install this skill

or
92/100

Security score

The pytest skill was audited on Feb 28, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 485

External URL reference

SourceSKILL.md
485async with AsyncClient(app=app, base_url="http://test") as client:
low line 716

External URL reference

SourceSKILL.md
716response = requests.get(f"https://api.example.com/users/{user_id}")
low line 875

External URL reference

SourceSKILL.md
875result = await fetch_data("https://api.example.com/data")
low line 1316

External URL reference

SourceSKILL.md
1316- **pytest-asyncio**: https://pytest-asyncio.readthedocs.io/
low line 1317

External URL reference

SourceSKILL.md
1317- **pytest-cov**: https://pytest-cov.readthedocs.io/
low line 1318

External URL reference

SourceSKILL.md
1318- **pytest-mock**: https://pytest-mock.readthedocs.io/
low line 1319

External URL reference

SourceSKILL.md
1319- **pytest-django**: https://pytest-django.readthedocs.io/
low line 1320

External URL reference

SourceSKILL.md
1320- **FastAPI Testing**: https://fastapi.tiangolo.com/tutorial/testing/
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →