flexmock 0.9.2
Mock/Stub/Spy library for Python
Latest Version: 0.9.4
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| flexmock-0.9.2.tar.gz (md5) | Source | 2012-01-05 | 9KB | 1543 | |
- Author: Herman Sheremetyev
- Home Page: http://has207.github.com/flexmock
- Download URL: http://pypi.python.org/pypi/flexmock/0.9.2
- License: FreeBSD style license
- Platform: All platforms supported by python
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.0
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.2
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Software Development :: Testing
- Package Index Owner: has207
- DOAP record: flexmock-0.9.2.xml
