Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
diff options
context:
space:
mode:
authorVincent Vinet <vince.vinet@gmail.com>2009-10-30 13:42:50 (GMT)
committer Vincent Vinet <vince.vinet@gmail.com>2009-10-30 13:42:50 (GMT)
commitd5c9eac8fbf938c1874672b78272ba1bee41e573 (patch)
treed099bcf370cbd4c53ea853e667e21ce981a27327 /tutorius
parent91757a5b113841e2c1a465c184e111aeac8fd1d6 (diff)
code review fixes for tests
Diffstat (limited to 'tutorius')
-rw-r--r--tutorius/TProbe.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py
index afeba6d..f55547c 100644
--- a/tutorius/TProbe.py
+++ b/tutorius/TProbe.py
@@ -421,7 +421,8 @@ class ProbeManager(object):
def __init__(self, proxy_class=ProbeProxy):
"""Constructor
@param proxy_class Class to use for creating Proxies to activities.
- The class should support the same interface as ProbeProxy.
+ The class should support the same interface as ProbeProxy. Exists
+ to make this class unit-testable by replacing the Proxy with a mock
"""
self._ProxyClass = proxy_class
self._probes = {}