예제 #1
0
파일: test.py 프로젝트: koansys/lorem
 def test_first(self):
     self.assertEqual(t.first_name("Joe"), 'Charlie')
예제 #2
0
파일: test.py 프로젝트: koansys/lorem
 def test_first_last(self):
     self.assertEqual(t.first_name("Joe Smith"), 'Nick')
예제 #3
0
파일: test.py 프로젝트: koansys/lorem
 def test_empt(self):
     self.assertEqual(t.first_name(""), '')