コード例 #1
0
ファイル: api.py プロジェクト: ojii/django-shop
 def test_get_order_short_name(self):
     api = ShopAPI()
     res = api.get_order_short_name(self.order)
     self.assertEqual(res, '1-0.00')
コード例 #2
0
 def test_get_order_short_name(self):
     api = ShopAPI()
     res = api.get_order_short_name(self.order)
     self.assertEqual(res, '1-0.00')