Ejemplo n.º 1
0
 def __init__(self, something):
     super(AnimeTests, self).__init__(something)
     super(AnimeTests, self).setUp()
     self.show = tv.TVShow(1, 1, 'en')
Ejemplo n.º 2
0
 def __init__(self, something):
     super(BasicFailedTests, self).__init__(something)
     super(BasicFailedTests, self).setUp()
     self.show = tv.TVShow(1, 1, 'en')
Ejemplo n.º 3
0
 def __init__(self, something):
     super(UnicodeTests, self).__init__(something)
     super(UnicodeTests, self).setUp()
     self.show = tv.TVShow(1, 1, 'en')
     self.show.name = "The Big Bang Theory"