Test doubles for Python.
Project description
Doubles is a Python package that provides test doubles for use in automated tests.
It provides functionality for stubbing, mocking, and verification of test doubles against the real objects they double. In contrast to the Mock package, it provides a clear, expressive syntax and better safety guarantees to prevent API drift and to improve confidence in tests using doubles. It comes with drop-in support for test suites run by Pytest, Nose, or standard unittest.
Documentation
Documentation is available at http://doubles.readthedocs.org/en/latest/.
Development
Source code is available at https://github.com/uber/doubles.
To install the dependencies on a fresh clone of the repository, run make bootstrap.
To run the test suite, run make test.
To build the documentation locally, run make docs.
License
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 mydoubles-1.5.3.tar.gz
.
File metadata
- Download URL: mydoubles-1.5.3.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dde58120f1aa597797c67a2558d6a5c7cf84794a1699aa3b68fd9fa215af469c |
|
MD5 | 6862f35527aff7e79d42559a3a87cf32 |
|
BLAKE2b-256 | 99867ba81edf56c3dd8a419f6bd58f24cbc5c29580c5ea2a387edf8073fbc935 |