Ejemplo n.º 1
0
	def setUp(self):
		connection = Connection()
		connection.login(username,password)
		self.user = User()
		Daily.update_all()
		Habit.update_all()
		ToDo.update_all()
Ejemplo n.º 2
0
	def setUp(self):
		connection = Connection()
		connection.login(username,password)
		self.user = User()
Ejemplo n.º 3
0
	def test_login(self):
		connection = Connection()
		connection.login(username,password)
		self.assertTrue(connection.login_status)