twython/tests
Phil Gyford a27efd9da8 Fix html_for_tweet()s handling of media URLs
We were trying to link to each media item using its
`url`/`expanded_url`. But there is only one of these, shared across
all of a tweet's media items. So attempting to put it in several times,
in the same location, was a bit of a mess!

So it now only puts the `url`/`expanded_url` in once, no matter
how many media items there are.
2017-10-07 18:38:20 +01:00
..
__init__.py Moving tests to their own folder 2013-06-11 14:41:46 -04:00
config.py Fix html_for_tweet()s handling of media URLs 2017-10-07 18:38:20 +01: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 Split test_html_for_tweet() tests into their own file 2017-10-07 18:08:01 +01:00
test_endpoints.py Added muting to test suite. 2014-11-02 14:15:37 +11:00
test_html_for_tweet.py Fix html_for_tweet()s handling of media URLs 2017-10-07 18:38:20 +01:00
test_streaming.py updated unit tests and travis config for python 2.6 and 3 2014-01-11 19:45:46 -05:00