Update tests docstring

[ci skip]
This commit is contained in:
Mike Helmick 2013-05-30 18:21:26 -04:00
parent 47e1b7c158
commit 9c6fe0d6b8
2 changed files with 113 additions and 112 deletions

View file

@ -12,6 +12,7 @@ History
- ``twitter_token``, ``twitter_secret`` and ``callback_url`` are no longer passed to ``Twython.__init__``
- ``twitter_token`` and ``twitter_secret`` have been replaced with ``app_key`` and ``app_secret`` respectively
- ``callback_url`` is now passed through ``Twython.get_authentication_tokens``
- Update ``test_twython.py`` docstrings per http://www.python.org/dev/peps/pep-0257/
2.10.1 (2013-05-29)
++++++++++++++++++