コード例 #1
0
ファイル: test_parser.py プロジェクト: IATI/iati-datastore
 def test_sign(self):
     self.assertEquals(-20026, parse.iati_int(u"-20026"))
コード例 #2
0
 def test_thousand_sep(self):
     self.assertEquals(20026, parse.iati_int(u"20,026"))
コード例 #3
0
ファイル: test_parser.py プロジェクト: IATI/iati-datastore
 def test_thousand_sep(self):
     self.assertEquals(20026, parse.iati_int(u"20,026"))
コード例 #4
0
ファイル: test_parser.py プロジェクト: Bjwebb/iati-datastore
 def test_sign(self):
     self.assertEquals(-20026, parse.iati_int(u"-20026"))