Testing framework
Project description
Testify - A Testing Framework
Testify is a replacement for Python’s unittest module and nose. It is modeled after unittest, and tests written for unittest will run under testify with a minimum of adjustments, but it has features above and beyond unittest:
class-level setup and teardown fixture methods which are run once each for an entire set of test methods.
a decorator-based approach for fixture methods, eliminating the need for super() calls.
More pythonic, less java
enhanced test discovery - testify can drill down into packages to find test cases (similiar to nose).
support for collecting and running tests by collecting modules, classes or methods into test suites.
Pretty test runner output (color!)
Extensible plugin system for adding additional functionality around reporting
Comes complete with other handy testing utilities: Mocking (turtle), code coverage integration and profiling.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file testify-0.11.3.tar.gz
.
File metadata
- Download URL: testify-0.11.3.tar.gz
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45246144e67748bcf9fdae5743c6fa7fb91dd3e6d69d19a5810d33fa0f511430 |
|
MD5 | ceddfa02f4c29699ba684a63293a5d6c |
|
BLAKE2b-256 | e9f38bc6c9be3c8d82fd5b93887c39de441a2c51c09723d965221709f02ae0e7 |