[Developers] freebase-python: bug in tests

Vishal Talwar rawlatv at gmail.com
Sun Jan 13 21:09:12 UTC 2008


Hi all,

This message is for the developers of the freebase-python module. I just
tried running the tests that come along with the module and I noticed the
read test fails:

    def test_read(self):
        query = {'type':'/music/artist','id':[{}],'name':'Sting',
'album':[{}]}

        mss = HTTPMetawebSession(API_HOST)

        result = mss.mqlread(query)
        self.assertNotEqual(None, result)

Sting is no longer a musical artist in Freebase (he was at the time of the
last update), so this should be fixed.

Thanks,
Vishal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freebase.com/pipermail/developers/attachments/20080113/95396981/attachment.htm 


More information about the Developers mailing list