def test_twitter_retweets(self): self.assertEqual(web.retweets("RT @me: blah"), ["@me"]) print "pattern.web.retweets()"