Skip to main content

flexmock is a testing library for Python that makes it easy to create mocks,stubs and fakes.

Project description

https://travis-ci.org/bkabrda/flexmock.svg?branch=master https://coveralls.io/repos/bkabrda/flexmock/badge.svg?branch=master&service=github

flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes.

from flexmock import flexmock
flexmock(pirate).should_receive('drink').with_args('full bottle').and_return('empty bottle')

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.

In addition, flexmock integrates seamlessly with all major test runners to reduce even more mock-related boilerplate code.

More details, including full API and user documentation, available here:

https://flexmock.readthedocs.org

To report bugs or file feature requests:

https://github.com/bkabrda/flexmock/issues

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

Uploaded Source

File details

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

File metadata

  • Download URL: flexmock-0.10.9.tar.gz
  • Upload date:
  • Size: 48.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

File hashes

Hashes for flexmock-0.10.9.tar.gz
Algorithm Hash digest
SHA256 9c128b7cf31fac5340062c9c2cf1e0b12c601ee2d5c10ef39cc191036fb2e688
MD5 3e434e9b12e509eebf0d502c56b25c2b
BLAKE2b-256 669a93bec09db249ff0619f1e0c114890214bca4a7fe68aeb933bc727a55d876

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