jsatt / fudge

Python module for replacing real objects with fakes (mocks, stubs, etc) while testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fudge is a module for replacing real objects with fakes (mocks, stubs, etc) while testing.

Documentation is available at https://fudge.readthedocs.org/en/latest/ or else, you can build it from source like this:

$ easy_install Sphinx
$ cd docs
$ make html

then open _build/html/index.html in your web browser.

To run tests, you can use tox for all supported versions of Python. You can install it with pip:

$ pip install tox

Then execute:

$ ./run_tests.sh

Or simply:

$ tox

About

Python module for replacing real objects with fakes (mocks, stubs, etc) while testing

License:MIT License


Languages

Language:Python 83.2%Language:JavaScript 14.2%Language:CSS 1.2%Language:Shell 1.1%Language:HTML 0.3%