Beispiel #1
0
 def test_gsm900(self):
     assert sanity.scan_band_is_valid("GSM900")
Beispiel #2
0
 def test_gsm850(self):
     assert sanity.scan_band_is_valid("GSM850")
Beispiel #3
0
 def test_bad_band(self):
     assert not sanity.scan_band_is_valid("BAD-BAND")
Beispiel #4
0
 def test_pcs(self):
     assert sanity.scan_band_is_valid("PCS")
Beispiel #5
0
 def test_egsm(self):
     assert sanity.scan_band_is_valid("EGSM")
Beispiel #6
0
 def test_gsm_r(self):
     assert sanity.scan_band_is_valid("GSM-R")