コード例 #1
0
ファイル: test_settings.py プロジェクト: zkan/dj-stripe
 def test_empty_plans(self):
     plan = plan_from_stripe_id("test_id")
     self.assertEqual(None, plan)
コード例 #2
0
ファイル: test_settings.py プロジェクト: DrReynoso/dj-stripe
 def test_empty_plans(self):
     plan = plan_from_stripe_id("test_id")
     self.assertEqual(None, plan)
コード例 #3
0
ファイル: test_settings.py プロジェクト: zkan/dj-stripe
 def test_plan_from_stripe_ID(self):
     plan = plan_from_stripe_id("test_id")
     self.assertEqual("test", plan)
コード例 #4
0
ファイル: test_settings.py プロジェクト: DrReynoso/dj-stripe
 def test_plan_from_stripe_ID(self):
     plan = plan_from_stripe_id("test_id")
     self.assertEqual("test", plan)