コード例 #1
0
ファイル: test_helpers.py プロジェクト: jettify/aiobeanstalk
 def test_int_id_not_int(self):
     self.assertEqual(int_it("asyncio"), "asyncio")
コード例 #2
0
ファイル: test_helpers.py プロジェクト: jettify/aiobeanstalk
 def test_int_id_valid_int(self):
     self.assertEqual(int_it("10"), 10)