Home | History | Annotate | Download | only in unittest2

Lines Matching refs:exc_name

127                 exc_name = self.expected.__name__
129 exc_name = str(self.expected)
131 "%s not raised" % (exc_name,))