コード例 #1
0
ファイル: test_census.py プロジェクト: jsatt/HealthAround.me
 def test_to_title_1(self):
     in1 = 'THIS IS A YELLING TITLE'
     expected = 'This is a Yelling Title'
     self.assertEqual(expected, CensusLoader.to_title(in1))
コード例 #2
0
 def test_to_title_1(self):
     in1 = 'THIS IS A YELLING TITLE'
     expected = 'This is a Yelling Title'
     self.assertEqual(expected, CensusLoader.to_title(in1))