pytest is a mature, full-featured Python testing tool that allows you to easily write small tests, while also being able to scale to support complex functional testing for applications and libraries. pytest has detailed information on failing assert statements, which means there’s no need to remember self.assert names. It uses only plain assert statements due to its detailed assertion introspection.
pytest features auto-discovery of test modules and functions; modular fixtures made for small or parametrized long-lived test resources; and a rich plugin architecture of more than 850 external plugins. pytest can immediately run unittest and nose tests suites as well.
Features
- Complete information on failing assert statements
- Test modules and functions auto-discovery
- Modular fixtures for managing small or parametrized long-lived test resources
- Able to immediately run unittest (or trial), nose test suites
- Python 3.6+ and PyPy3
- Rich plugin architecture, with more than 850+ external plugins and a thriving community
Categories
Software TestingLicense
MIT LicenseOther Useful Business Software
Run Any Workload on Compute Engine VMs
Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of pytest!