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.

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:

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.2.tar.gz (9.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for flexmock-0.9.2.tar.gz
Algorithm Hash digest
SHA256 632b6da3992f06fa87a23beb5d4100b7c3b17a26548e8f4fdf566f8c1c81b8f1
MD5 5d724b9dd2566b84633534c1e4076eea
BLAKE2b-256 c24ad066f29a9173ed7c8378830e129981f13e8de289d0c27aac8867c995cc89

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