def setUp(self):
self.enter_patch = patch.object(pyqubes.vm.VM, 'firewall_open').start()
self.exit_patch = patch.object(pyqubes.vm.VM, 'firewall_close').start()
self.addCleanup(patch.stopall)
self.vm = pyqubes.vm.TemplateVM("magic")
评论列表
文章目录