commit 84dd0f3e563f8373886f846544bfbfa687e00026 Author: Isis Lovecruft isis@torproject.org Date: Wed Mar 12 23:40:11 2014 +0000
Fix monarchic typo and inaccurate class docstring in test_txrecaptcha. --- lib/bridgedb/test/test_txrecaptcha.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/bridgedb/test/test_txrecaptcha.py b/lib/bridgedb/test/test_txrecaptcha.py index 8226b6d..c7dcbb1 100644 --- a/lib/bridgedb/test/test_txrecaptcha.py +++ b/lib/bridgedb/test/test_txrecaptcha.py @@ -228,10 +228,10 @@ class SubmitTests(unittest.TestCase):
class MiscTests(unittest.TestCase): - """Tests for :func:`~bridgedb.txrecaptcha._cbRequest`.""" + """Tests for miscellaneous functions in :mod:`~bridgedb.txrecaptcha`."""
def test_cbRequest(self): - """Send a :class:`MockResponse` and check that thee resulting protocol + """Send a :class:`MockResponse` and check that the resulting protocol is a :class:`~bridgedb.txrecaptcha.RecaptchaResponseProtocol`. """ response = MockResponse()
tor-commits@lists.torproject.org