Mock/Stub/Spy library for Python
Project description
flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes.
The API is inspired by a Ruby library of the same name, but Python flexmock is not a clone of the Ruby version. It omits 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 intuitiveness. 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.
In addition, flexmock integrates seamlessly with all major test runners to reduce even more mock-related boilerplate code.
Example:
flexmock(SomeObject).should_receive('some_method').and_return('some', 'values')
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.9.3.tar.gz
.
File metadata
- Download URL: flexmock-0.9.3.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 375f6427782ae2603e18f0e82962ee765d52b3c363a12f78fc30dc58c969ea4d |
|
MD5 | dffc2b6f524d6db0dbf32c5273bc2c05 |
|
BLAKE2b-256 | 48f6bf247c888cbac156bdf71d21542360b68a12ad7924fbfbc86f9edeb65420 |