예제 #1
0
 def test_laugh(self):
     """laugh returns a laughing string"""
     self.assertIn(laugh(), ('lol', 'haha', 'tehehe'))
예제 #2
0
 def test_laugh(self):
     """Check if result of laugh is in a tuple"""
     self.assertIn(laugh(), ('lol', 'haha', 'tehehe'))
예제 #3
0
	def test_laugh(self):
		self.assertIn(laugh(), ('lol','haha','hehe'))
예제 #4
0
 def test_laugh(self):
     """Should return one of three laughs."""
     self.assertIn(laugh(), ('lol', 'haha', 'jajaja'))
예제 #5
0
 def test_laugh(self):
     self.assertIn(laugh(), ("hahaha", "lol", "muahahaha", "tehehe"))
예제 #6
0
 def test_laugh(self):
     """checks to see if result of laugh() is in the tuple"""
     self.assertIn(laugh(), ('lol', 'haha', 'tehe'))
예제 #7
0
파일: test.py 프로젝트: Exia01/Python
 def test_laugh(self):
     # any of those value are in the tuple
     self.assertIn(laugh(), ('lol', 'haha', 'tehehe'))
예제 #8
0
 def test_for_choice(self):
     self.assertIn(laugh(), ("haha", "lol", "tehehe"))
예제 #9
0
 def test_laugh(self):
     self.assertIn(laugh(), container=('lol', 'haha', 'tehehe'))
예제 #10
0
 def test_laugh(self):
     self.assertIn(laugh(), ("Lol", "Haha", "Tehehe"))