def test_correctly_handles_twenty_installs(self):
     self.assertEquals(
         opsmgr.last_install(check=self.twenty_installs_exist), 20)
Пример #2
0
	def test_correctly_handles_twenty_installs(self):
		self.assertEquals(opsmgr.last_install(check=self.twenty_installs_exist), 20)
 def test_correctly_handles_first_install(self):
     self.assertEquals(opsmgr.last_install(check=self.first_install_exists),
                       1)
Пример #4
0
	def test_correctly_handles_first_install(self):
		self.assertEquals(opsmgr.last_install(check=self.first_install_exists), 1)