We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d72ac1 commit e7d1be0Copy full SHA for e7d1be0
1 file changed
tests/test_oauth.py
@@ -216,7 +216,7 @@ def _compare_tokens(self, new):
216
# TODO: What about copying the verifier to the new token?
217
# self.assertEqual(self.token.verifier, new.verifier)
218
219
- def test_to_string(self):
+ def test___str__(self):
220
tok = oauth.Token('tooken', 'seecret')
221
self.assertEqual(str(tok),
222
'oauth_token_secret=seecret&oauth_token=tooken')
0 commit comments