On Fri, Aug 30, 2013 at 06:33:59PM +0200, Jacob Erlbeck wrote:
-class TestVTYNITB(TestVTYBase):
+class TestVTYGenericBTS(TestVTYBase):
Why BTS? NITB/BSC mostly define the BSC functionality. I would call it TestVTYGenericBSC. I can change it locally if you do not object.
- def notIgnoredTest(self):
sys.stderr.write('Going to ignore the next assertion(s) due to known bugs\n')return False
I am still a bit puzzled here. Is this statement still accurate? Specially because this is used with a if/else statement.