コード例 #1
0
ファイル: test.py プロジェクト: koansys/lorem
 def test_last_only(self):
     self.assertEqual(t.last_name("Smith"), 'Davis')
コード例 #2
0
ファイル: test.py プロジェクト: koansys/lorem
 def test_first_last(self):
     self.assertEqual(t.last_name("Joe Smith"), 'LaRocca')
コード例 #3
0
ファイル: test.py プロジェクト: koansys/lorem
 def test_empty(self):
     self.assertEqual(t.last_name(""), '')