From 2709e9d246ed349a6422ba778a08534b21ad8d82 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sat, 8 Feb 2014 22:53:37 +0200 Subject: Added IMEI test --- tests/test_gsxws.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_gsxws.py b/tests/test_gsxws.py index 1265207..3cb1e06 100644 --- a/tests/test_gsxws.py +++ b/tests/test_gsxws.py @@ -194,6 +194,9 @@ class TestActivation(TestCase): p = Product(env['GSX_SN']) self.assertTrue(p.is_unlocked(self.data)) + def test_imei(self): + self.assertEqual(self.data.imeiNumber, '010648001526755') + class TestPartsLookup(TestCase): def setUp(self): -- cgit v1.2.3