From d5c9eac8fbf938c1874672b78272ba1bee41e573 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Fri, 30 Oct 2009 13:42:50 +0000 Subject: code review fixes for tests --- (limited to 'tutorius/TProbe.py') 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 = {} -- cgit v0.9.1