def test_custom_config_is_ignored(self):
     _ext = rhbz.makeExtension(bugzillaURL="http://bugzilla.example.com/%s")
     self.assertEquals(_ext.config["bugzillaURL"][0], "https://bugzilla.redhat.com/show_bug.cgi?id=%s")
 def test_default_config_is_redhat(self):
     _ext = rhbz.makeExtension()
     self.assertEquals(_ext.config["bugzillaURL"][0], "https://bugzilla.redhat.com/show_bug.cgi?id=%s")