summaryrefslogtreecommitdiff
path: root/stubout.py
diff options
context:
space:
mode:
Diffstat (limited to 'stubout.py')
-rw-r--r--stubout.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubout.py b/stubout.py
index d03c955..c749396 100644
--- a/stubout.py
+++ b/stubout.py
@@ -18,6 +18,7 @@
import inspect
+
class StubOutForTesting(object):
"""Sample Usage:
You want os.path.exists() to always return true during testing.