Mike Helmick
c8b1202880
Added disconnect to TwythonStreamer, more tests, update example
...
* Stream and Twython core tests
* Import TwythonStreamError from twython
See more in 2.10.1 section of HISTORY.rst
2013-05-29 11:41:03 -04:00
Mike Helmick
815393cc33
Meant to use bad_api for these Tests
2013-05-29 11:41:03 -04:00
Mike Helmick
894e94a4cd
2.10.1
...
- More test coverage!
- Fix ``search_gen``
- Fixed ``get_lastfunction_header`` to actually do what its docstring
says, returns ``None`` if header is not found
- Updated some internal API code, ``__init__`` didn't need to have
``self.auth`` and ``self.headers`` because they were never used
anywhere else but the ``__init__``
2013-05-29 11:41:03 -04:00
Mike Helmick
c00647a5a0
Remove report_spam test, update tests with --logging-filter
...
* report spam was being abused and started turning a 403
* try to only log messages from twython, oauthlib is exposing our
secrets when tests fail :(
2013-05-17 21:32:44 -04:00
Mike Helmick
008c53048a
Cooler twitter handle, different secure tokens
2013-05-15 21:23:50 -04:00
Mike Helmick
bb5e0dece1
Adding secure travis keys
...
Changed keys for the old dev app, so they're invalid now. Adding secure
generated keys for app key/secret, oauth token/secret
2013-05-15 16:36:53 -04:00
Mike Helmick
d3e17dcd4b
Auth test, updating func names and tests that failed
...
Coverage 56%
2013-05-14 21:52:25 -04:00
Mike Helmick
6841e7ef28
Tests for all main endpoints
2013-05-14 21:34:22 -04:00