You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# pytest-api-cov
2
2
3
-
A **pytest plugin** that measures **API endpoint coverage** for FastAPIand Flask applications. Know which endpoints are tested and which are missing coverage.
3
+
A **pytest plugin** that measures **API endpoint coverage** for FastAPI, Flask, and Django applications. Know which endpoints are tested and which are missing coverage.
4
4
5
5
## Features
6
6
7
-
-**Zero Configuration**: Plug-and-play with Flask/FastAPI apps - just install and run
7
+
-**Zero Configuration**: Plug-and-play with Flask/FastAPI/Django apps - just install and run
8
8
-**Client-Based Discovery**: Automatically extracts app from your existing test client fixtures
9
9
-**Terminal Reports**: Rich terminal output with detailed coverage information
10
10
-**JSON Reports**: Export coverage data for CI/CD integration
0 commit comments