diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-11 08:40:53 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:58 -0600 |
commit | 97cf4a77b51945b78710e211f442b299140b0b34 (patch) | |
tree | 1e0dfd556ac58af23cb4c09e70cd6e252decb430 /python/fudge/README | |
parent | cd08444e2e106f5e9694b865b113cbe5e1b090f5 (diff) |
python/fudge: Added (Python module for using fake objects).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/fudge/README')
-rw-r--r-- | python/fudge/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fudge/README b/python/fudge/README new file mode 100644 index 000000000000..15adf2f32994 --- /dev/null +++ b/python/fudge/README @@ -0,0 +1,2 @@ +Fudge is a Python module for using fake objects (mocks and stubs) +to test real ones. |