If a tweet was a reply, then when `html_for_tweet()` tried to turn
the initial "@username" into a link, there was:
> NameError: name 'sub_expr' is not defined
This is now fixed, with a test to ensure the "@username" becomes
a link.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| test_auth.py | ||
| test_core.py | ||
| test_endpoints.py | ||
| test_streaming.py | ||