コード例 #1
0
 def setUp(self):
     kb.cleanup()
コード例 #2
0
 def tearDown(self):
     self.w3af.quit()
     kb.cleanup()
コード例 #3
0
 def setUp(self):
     kb.cleanup()
     self.w3af = w3afCore()
コード例 #4
0
ファイル: test_knowledge_base.py プロジェクト: HamzaKo/w3af
 def setUp(self):
     kb.cleanup()
コード例 #5
0
ファイル: test_audit_plugin.py プロジェクト: zhuyue1314/w3af
 def tearDown(self):
     self.w3af.quit()
     kb.cleanup()
コード例 #6
0
ファイル: test_audit_plugin.py プロジェクト: zhuyue1314/w3af
 def setUp(self):
     kb.cleanup()
     self.w3af = w3afCore()