File: README.md

package info (click to toggle)
python-fudge 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 716 kB
  • sloc: javascript: 3,300; python: 2,537; makefile: 84; sh: 5
file content (25 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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/](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