コード例 #1
0
ファイル: tests.py プロジェクト: timmyomahony/python-parsnip
	def vodafone(self):
		g = get_webtexter("Vodafone", VODAFONE_NUM, VODAFONE_PIN)
		b = get_webtexter("Vodafone", FAKE_NUM, FAKE_PIN)
		self._do_tests(g, b)
コード例 #2
0
ファイル: tests.py プロジェクト: timmyomahony/python-parsnip
	def o2(self):
		g = get_webtexter("O2", O2_NUM, O2_PIN)
		b = get_webtexter("O2", FAKE_NUM, FAKE_PIN)
		self._do_tests(g, b)
コード例 #3
0
ファイル: tests.py プロジェクト: timmyomahony/python-parsnip
	def three(self):
		g = get_webtexter("Three", THREE_NUM, THREE_PIN)
		b = get_webtexter("Three", FAKE_NUM, FAKE_PIN)
		self._do_tests(g, b)
コード例 #4
0
ファイル: tests.py プロジェクト: timmyomahony/python-parsnip
	def meteor(self):
		g = get_webtexter("Meteor", METEOR_NUM, METEOR_PIN)
		b = get_webtexter("Meteor", FAKE_NUM, FAKE_PIN)
		self._do_tests(g, b)