Mock/Stub/Spy library for Python
Project description
FlexMock is a mock/stub/spy library for Python.
Its API is inspired by a Ruby library of the same name. However, it is not a goal of Python Flexmock to be a clone of the Ruby version. Instead, the focus is on providing full support for testing Python programs and making the creation of fake objects as unobtrusive as possible.
As a result, Python Flexmock removes a number of redundancies in the Ruby Flexmock API, alters some defaults, and introduces a number of Python-only features.
Flexmock’s design focuses on simplicity and intuitivenes. This means that the API is as lean as possible, though a few convenient short-hand methods are provided to aid brevity and readability.
Flexmock declarations are structured to read more like English sentences than API calls, and it is possible to chain them together in any order to achieve high degree of expressiveness in a single line of code.
Changelog:
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 flexmock-0.8.0.tar.gz
.
File metadata
- Download URL: flexmock-0.8.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5b6394a6da08ee8f54c137bb1c0fa31406e0bfb23252b87962bd4d582ebf003 |
|
MD5 | 31729e1c1a57654fee2aeed51cf08578 |
|
BLAKE2b-256 | a4c1631364c7b0c334fbdc2c4200752fba9495f454997e749e662cf4f53ce334 |