summaryrefslogtreecommitdiffstats
path: root/python/fudge/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/fudge/README')
-rw-r--r--python/fudge/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/fudge/README b/python/fudge/README
new file mode 100644
index 0000000000..15adf2f329
--- /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.