Closed justinchuntingho closed 3 years ago
I've a feeling that all bind_tweets
and its test cases need to change as well (as context.annotations
as a field can be no longer there).
old tests are fixed. But the added "feature" (restriction of page_n) is not tested.
@justinchuntingho I think it is now tested. (Of course, one can make more extensive tests; but this is Sunday)
Feel free to squash and merge (Please don't create a merge commit; many missteps were in-between).
Actually, all tests involving
get_all_tweets
failed. The root problem is that the default GET request is changed in most cases. I will update those tests later.