bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 955 forks source link

Fix failing tests due to updated default tweet_mode #642

Closed danielthepope closed 4 years ago

danielthepope commented 4 years ago

Since your commit d06a698773f5b8e520f8be954c83b2ec2ed13c8a there have been quite a few unit tests failing. These are all because of the new default value tweet_mode=extended.

I've updated the unit tests to account for this new default, and now they're all passing again.


This change is Reviewable