|
From: Deng, G. <gd...@ti...> - 2011-03-24 22:21:15
|
Hi, I'm trying to make use of watsup as a GUI tool to help run my test suites which are written in python unittest framework. I'm using python2.7 and the watsup I was trying to use is calling old unittest internal method: unittest._WritelnDecorator(stream). This method doesn't exist in python2.7 any more. And there may be 'non-exist' old modules that it calls as well. Do you have a latest watsup that is compatible with python2.7? I'm not testing GUI, just use the watsup_framework.py as a GUI tool to run my scripts. Thanks Graham |