コード例 #1
0
 def test_quote(self):
     self.assertEqual(quote("the 'quick"), "'the '\\''quick'")
コード例 #2
0
ファイル: test_multi.py プロジェクト: xmn1986/celery
 def test_quote(self):
     self.assertEqual(quote("the 'quick"), "'the '\\''quick'")