Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 24353

Brian Okken: Finding the top pytest plugins

$
0
0
What are the top downloaded pytest plugins? I want to know this. And I’d like the answer updated regularly. So today I decided to write a script to do that for me. Grab data Let’s start with Top PyPI Packages from Hugo von Kemenade. This list is “A monthly dump of the 8,000 most-downloaded packages from PyPI.” Perfect. Parse Now: Filter for “pytest” in the package name Remove “pytest” itself.

Viewing all articles
Browse latest Browse all 24353

Trending Articles