From 20709c67a12fcddaf4a855a630cd35714ebe4021 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 20 Oct 2015 22:16:55 +0300 Subject: Added repair strategies --- tests/test_gsxws.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_gsxws.py') diff --git a/tests/test_gsxws.py b/tests/test_gsxws.py index ad32fa8..db0c10d 100644 --- a/tests/test_gsxws.py +++ b/tests/test_gsxws.py @@ -348,6 +348,9 @@ class TestRemoteWarrantyFunctions(TestCase): self.product = Product(os.getenv('GSX_SN')) self.wty = self.product.warranty(ship_to=os.getenv('GSX_SHIPTO')) + def test_repair_strategies(self): + self.assertEqual(self.product.repair_strategies[0], 'Carry-in') + def test_acplus_status(self): self.assertTrue(self.wty.acPlusFlag) -- cgit v1.2.3