コード例 #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(""), '')