Exemple #1
0
 def test(self, emotion):
     """ Test current settings
     """
     environment = TestEnvironment()
     environment.test(emotion, 5)
Exemple #2
0
 def calluser(self):
     print (self.name)
     environment = TestEnvironment()
     environment.test(self.emo, 5)