Skip to main content

Mock/Stub/Spy library for Python

Project description

Flattr this

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.

Example:

flexmock(SomeObject).should_receive('some_method').and_return('some', 'values')

Changelog:

https://github.com/has207/flexmock/blob/master/CHANGELOG

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flexmock-0.9.0.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file flexmock-0.9.0.tar.gz.

File metadata

  • Download URL: flexmock-0.9.0.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for flexmock-0.9.0.tar.gz
Algorithm Hash digest
SHA256 a6c91783b1875c9aa199c31796e02cf5d1b8d36ac452b1ef0093a5bfa7b581e8
MD5 3d77883d7c7049668bf95b4e3d7d4a37
BLAKE2b-256 8a02b192f04bdd89f2c6db02306c480ac40d760eb584aa7dd9bf13b285ea8de0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page