twython/tests
Phil Gyford af6262ef80 Make html_for_tweet() cope if a tweet has no entities.
I'm not 100% sure if it's possible any more to get tweet data that doesn't
include entities. I've a feeling it might be, but can't find an example.

However, `html_for_tweet()` currently almost handles a tweet not having
entities, except it throws `UnboundLocalError` because the `text`
variable is declared in the wrong place. This fixes that.
2016-04-28 09:15:10 +01:00
..
__init__.py Moving tests to their own folder 2013-06-11 14:41:46 -04:00
config.py Format media entities in Twython.html_for_tweet() 2014-12-02 17:54:52 +08:00
test_auth.py updated unit tests and travis config for python 2.6 and 3 2014-01-11 19:45:46 -05:00
test_core.py Make html_for_tweet() cope if a tweet has no entities. 2016-04-28 09:15:10 +01:00
test_endpoints.py Added muting to test suite. 2014-11-02 14:15:37 +11:00
test_streaming.py updated unit tests and travis config for python 2.6 and 3 2014-01-11 19:45:46 -05:00