Re: I have framework on python with pyunit, facing below issue while

2017-11-27 Thread Ben Finney
nospam.jaya.bir...@gmail.com (jaya birdar) writes: > Please let me know anyone aware about the issue Please let us know about the issue. * What Python is this? Installed how? Running on what platform? * What code base is this? What is a simple complete, executable example http://www.sscce.org

Re: I have framework on python with pyunit, facing below issue while

2017-11-27 Thread nospam . Ned Batchelder
On 11/27/17 8:13 AM, jaya.bir...@gmail.com wrote: > Please let me know anyone aware about the issue > > > Traceback (most recent call last): > File "testrunner.py", line 447, in > testrunner_obj.main() > File "testrunner.py", line 433, in main > self.result() > File "testrunner.py", line 310, in r

I have framework on python with pyunit, facing below issue while

2017-11-27 Thread jaya birdar
Please let me know anyone aware about the issue Traceback (most recent call last): File "testrunner.py", line 447, in testrunner_obj.main() File "testrunner.py", line 433, in main self.result() File "testrunner.py", line 310, in result result = runner.run(self.suite) File "/auto/PyUnit/PyUnit-0.

Re: I have framework on python with pyunit, facing below issue while executing test case

2017-11-27 Thread Ned Batchelder
On 11/27/17 8:13 AM, jaya.bir...@gmail.com wrote: Please let me know anyone aware about the issue Traceback (most recent call last): File "testrunner.py", line 447, in testrunner_obj.main() File "testrunner.py", line 433, in main self.result() File "testrunner.py", line 310, in result result =

I have framework on python with pyunit, facing below issue while executing test case

2017-11-27 Thread jaya . birdar
Please let me know anyone aware about the issue Traceback (most recent call last): File "testrunner.py", line 447, in testrunner_obj.main() File "testrunner.py", line 433, in main self.result() File "testrunner.py", line 310, in result result = runner.run(self.suite) File "/auto/PyUnit/PyUnit-0.