testpy
Testpy is an open-source testing framework for Python designed to simplify writing and running tests. It emphasizes a minimal API, fast feedback, and extensibility through plugins.
Key features include automatic test discovery, assertion helpers, fixtures for setup and teardown, parameterized tests, a
At its core, Testpy comprises a test collection stage, a test runner, and a reporting subsystem. Tests
Testpy provides a command-line interface to run tests, collect tests, and manage configuration. Typical usage involves
The project is community-driven, with documentation and examples available on its official repository. It aims to