Exemplo n.º 1
0
 def test_scan_export_json_multi(self):
     """
     Test scanexportjsonmulti(self, ids)
     """
     opts = self.default_options
     opts['__modules__'] = dict()
     sfwebui = SpiderFootWebUi(opts)
     search_results = sfwebui.scanexportjsonmulti(None)
     self.assertIsInstance(search_results, bytes)