[Neo-report] r1917 gregory - /trunk/neo/tests/functional/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 8 21:42:20 CET 2010


Author: gregory
Date: Mon Mar  8 21:42:20 2010
New Revision: 1917

Log:
Add getPID() accessor to NEOProcess.

Modified:
    trunk/neo/tests/functional/__init__.py

Modified: trunk/neo/tests/functional/__init__.py
==============================================================================
--- trunk/neo/tests/functional/__init__.py [iso-8859-1] (original)
+++ trunk/neo/tests/functional/__init__.py [iso-8859-1] Mon Mar  8 21:42:20 2010
@@ -123,6 +123,9 @@
     def stop(self):
         self.kill()
         self.wait()
+
+    def getPID(self):
+        return self.pid
 
     def getUUID(self):
         assert self.with_uuid, 'UUID disabled on this process'





More information about the Neo-report mailing list