示例#1
0
    def test_bing_iterate(self):
        """
        Test bingIterate(self, searchString, opts=dict())
        """
        sf = SpiderFoot(self.default_options)

        sf.bingIterate(None, None)
        self.assertEqual('TBD', 'TBD')