Skip to content
Snippets Groups Projects
Select Git revision
  • debian/master
  • pristine-tar
  • upstream
  • master protected
  • svn
  • debian/1.1.1-2
  • debian/1.1.1-1
  • upstream/1.1.1
  • debian/1.1.0-2
  • debian/1.1.0-1
  • patched/1.1.0-1
  • upstream/1.1.0
  • upstream/1.0.3
  • svn/1.0.3-3
  • debian/1.0.3-3
  • svn/1.0.3-2
  • debian/1.0.3-2
  • svn/1.0.3-1
  • debian/1.0.3-1
19 results

python-fudge

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Carsten Schoenert authored
    59eb9a89
    History

    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