Example #1
0
    def setUp(self):
        self.update_tar = PickleableFileSample.path_factory(
            self.update_tar_file)
        AVEngineTemplate.setUp(self)
        # we have to do this once at the start to make sure all tests that rely on these rule updates run

        self._clear_rule_dir_and_update()
Example #2
0
 def setUp(self):
     AVEngineTemplate.setUp(self)
Example #3
0
	def setUp(self):
		if not self.scan_class().engine_path_exists():
			raise unittest.SkipTest()
		AVEngineTemplate.setUp(self)
Example #4
0
 def setUp(self):
     AVEngineTemplate.setUp(self)
Example #5
0
	def setUp(self):
		self.update_tar = PickleableFileSample.path_factory(self.update_tar_file)
		AVEngineTemplate.setUp(self)
		# we have to do this once at the start to make sure all tests that rely on these rule updates run

		self._clear_rule_dir_and_update()