Пример #1
0
	def test_login(self):
		self.assertEquals(sel._driver.current_url, sel.get_localhost() + "/desk")
Пример #2
0
 def test_login(self):
     self.assertEquals(sel._driver.current_url,
                       sel.get_localhost() + "/desk")
Пример #3
0
	def setUp(self):
		sel.login(sel.get_localhost())
Пример #4
0
 def setUp(self):
     sel.login(sel.get_localhost())