Is there a way in python for a pyunit test to output the test it\'s currently running. Example:
def setUp(self): log.debug(\"Test %s Started\" % (testna
self.id().split('.')[-1]
You can find the Documentation at: http://docs.python.org/library/unittest.html#unittest.TestCase.id
edit: For 2.7 users, https://docs.python.org/2.7/library/unittest.html#unittest.TestCase.id