From d3837da51ddb135ad23236694487e889536a8b2e Mon Sep 17 00:00:00 2001 From: William Vincent Date: Tue, 22 Oct 2019 12:22:18 -0400 Subject: [PATCH] add coveragepy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb139da..3991c8e 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ _A short list of Python packages that work well with Django._ - [black](https://github.com/psf/black) - Uncompromising Python code formatter +- [coveragepy](https://github.com/nedbat/coveragepy) - Code coverage measurement - [nplusone](https://github.com/jmcarp/nplusone) - Auto-detect n+1 queries - [pytest](https://github.com/pytest-dev/pytest/) - Testing framework - [python-slugify](https://github.com/un33k/python-slugify) - Returns unicode slugs