MCPcopy Index your code
hub / github.com/ryanmcgrath/twython / test_search

Method test_search

tests/test_endpoints.py:104–106  ·  view source on GitHub ↗

Test searching tweets succeeds

(self)

Source from the content-addressed store, hash-verified

102 # Search
103 @unittest.skip('skipping non-updated test')
104 def test_search(self):
105 """Test searching tweets succeeds"""
106 self.api.search(q='twitter')
107
108 # Direct Messages
109 @unittest.skip('skipping non-updated test')

Callers

nothing calls this directly

Calls 1

searchMethod · 0.80

Tested by

no test coverage detected