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. Learn more →
Top 9 Python Testing Framework Projects
-
pytest
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Large-scale changes to fix a bug often introduce unintended side effects, making incremental fixes a safer approach. Robbin Schuchmann, Co-Founder of EOR Overview, advises, “Applying fixes incrementally is the most reliable way to correct bugs in applications.” By adjusting one variable or function at a time and validating each change with tools like pytest or Mocha, developers ensure fixes are effective without destabilizing the system. This aligns with test-driven development (TDD), which a 2022 IEEE study found reduces defect rates by 15%. Incremental fixes also simplify rollbacks, preserving stability.
-
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: Generic automation framework for acceptance testing and RPA | news.ycombinator.com | 2025-06-10
-
Project mention: Falsify: Hypothesis-Inspired Shrinking for Haskell | news.ycombinator.com | 2025-04-20
-
-
-
-
mamba
The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD). (by nestorsalceda)
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
Python Testing Frameworks discussion
Python Testing Frameworks related posts
-
Generic automation framework for acceptance testing and RPA
-
Falsify: Hypothesis-Inspired Shrinking for Haskell
-
Tutorial Robot Framework: Instalación y primeros pasos
-
Testando código que chama serviços da AWS
-
Top 10 Tools for Efficient Web Scraping in 2025
-
Property-Based Testing for the People
-
Robot Framework Using the Browser Library: Advantages, Disadvantages, and Practical Tips
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Sep 2025
Index
What are some of the best open-source Testing Framework projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | pytest | 13,023 |
2 | Robot Framework | 11,030 |
3 | hypothesis | 8,040 |
4 | Behave | 3,350 |
5 | nose | 1,362 |
6 | nose2 | 806 |
7 | mamba | 531 |
8 | Slash | 80 |
9 | vedro | 38 |