コード例 #1
0
 def test_abbreviateSpecies2(self):
     abbrevation = halias_helpers.abbreviateSpecies('Phylloscopus trochilus', 2)
     self.assert_(abbrevation == 'Phylus')
コード例 #2
0
 def test_abbreviateSpecies(self):
     abbrevation = halias_helpers.abbreviateSpecies('Phylloscopus collybita', 1)
     self.assert_(abbrevation == 'Phycol')