SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python Pytest Projects
-
Low effort baseline would be https://seleniumbase.io/, to drive a preconfigured web browser that looks relatively human to the network service. Typically it just clicks through the one-click captcha:s.
If that's not good enough you'll likely have to fiddle with your own web driver and possibly a computer vision rig to manage to click through 'find the motorcycle' kind of challenges. Paying a click farm to do it for you is probably cheaper in the short run.
An important hurdle is getting reputable IPv4 addresses to do it from, if you're going to do it a lot. Having or renting a botnet could help, but might be too illegal for your use case.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Project mention: PuDB: A console-based visual debugger for Python | news.ycombinator.com | 2024-12-29
-
-
-
This is particularly problematic if you're using a library like pytest-xdist to distribute your tests across multiple CPUs. Testing in parallel and in random order introduces opportunities for both inconsistent system states to cause flakiness and race conditions where concurrently running tests interfere with each other.
-
-
pytest-sugar
a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
pytest-benchmark – pytest fixture for benchmarking code
-
-
tavern
A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax (by taverntesting)
-
-
httpdbg
A tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program.
Project mention: Show HN: Using eBPF to see through encryption without a proxy | news.ycombinator.com | 2025-05-08Just found out about a related things: https://github.com/cle-b/httpdbg
Anyone have any experience with it?
-
FastAPI-Backend-Template
A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker. (by Aeternalis-Ingenium)
-
-
web3-ethereum-defi
A Python library for trading automation on DeFi, data research and integration. Supporting Uniswap, Aave, Chainlink, USDC and other protocols.
-
-
-
-
django-test-migrations
Test django schema and data migrations, including migrations' order and best practices.
-
-
inline-snapshot
inline-snapshot boosts efficiency when writing tests by generating code with the expected values and simplifies snapshot tests with pytest.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Pytest discussion
Python Pytest related posts
-
Show HN: P99.chat – Chat for Performance Measurement
-
Show HN: P99.chat – Chat for Performance Measurement
-
Show HN: P99.chat – the assistant for software performance optimization
-
This Week In Python
-
How to detect and fix flaky tests in Pytest
-
PuDB: A console-based visual debugger for Python
-
Ask HN: Any Good Fuzzer for gRPC?
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jun 2025
Index
What are some of the best open-source Pytest projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | SeleniumBase | 11,153 |
2 | pudb | 3,096 |
3 | Schemathesis | 2,573 |
4 | pytest-cov | 1,897 |
5 | pytest-xdist | 1,634 |
6 | pytest-django | 1,459 |
7 | pytest-sugar | 1,443 |
8 | pytest-benchmark | 1,350 |
9 | best-of-python-dev | 1,129 |
10 | tavern | 1,086 |
11 | dirty-equals | 883 |
12 | httpdbg | 869 |
13 | FastAPI-Backend-Template | 756 |
14 | respx | 697 |
15 | web3-ethereum-defi | 694 |
16 | pytest-randomly | 667 |
17 | syrupy | 646 |
18 | python-blueprint | 652 |
19 | django-test-migrations | 552 |
20 | pytest-recording | 515 |
21 | inline-snapshot | 499 |
22 | pytest-flask | 495 |
23 | nbval | 452 |