RE: How can I get path/name of the softlink to my python script when executing it

2009-04-19 Thread Saravanan Shanmugham (sarvi)
From: Pascal Chambon [mailto:chambon.pas...@wanadoo.fr] Sent: Sunday, April 19, 2009 2:36 PM To: Saravanan Shanmugham (sarvi) Cc: python-list@python.org Subject: Re: How can I get path/name of the softlink to my python script when executing it Importance: High Hello I fear that in this

How can I get path/name of the softlink to my python script when executing it

2009-04-19 Thread Saravanan Shanmugham (sarvi)
Hi, I am writiing a script say "wabexec" in python I will then have softlinks from other softlinks like ls, waf,hello, etc that are in the same directory and pointing to wabexec. When some executes ./waf or ./hello and wabexec gets invoked because of the softlink, how do I find out fro

RE: Python as a Testing Language - TTCN-3 Comparison

2008-06-19 Thread Saravanan Shanmugham (sarvi)
eed a better python test framework and may be in that process we may be able to identify some python language constructs, if any, that might make it easier to build the test framework or describe test cases. Sarvi From: Saravanan Shanmugham (sarvi)

Python as a Testing Language - TTCN-3 Comparison

2008-06-11 Thread Saravanan Shanmugham (sarvi)
Hi, Is there any work being done to make Python better suited for writing test cases for any problem space. I am a huge python fan and one of the things that got me there was the simplicy and elegance its constructs that allow me to do complex programming operations in very few lines wi