コード例 #1
0
 def test_create_feature_vector(self):
     data_gatherer = DataGatherer()
     expected = ['test','this']
     self.assertEqual(expected, data_gatherer.create_feature_vector('test this'))