summaryrefslogtreecommitdiff
path: root/openid/test/test_message.py
Commit message (Expand)AuthorAgeFilesLines
* Clean deprecation for test assertsVlastimil Zíma2018-05-311-1/+1
* Capture deprecation warnings in testsVlastimil Zíma2018-05-311-7/+28
* Make iterators python3 compatibleVlastimil Zíma2018-05-111-20/+8
* Use six for URL utilitiesVlastimil Zíma2018-05-111-4/+2
* Transform Message API to text stringsVlastimil Zíma2018-05-111-10/+12
* Use lxml for XMLVlastimil Zíma2018-03-071-10/+4
* Refactor Message namespacesVlastimil Zíma2018-02-021-11/+24
* Split imports in test_messageVlastimil Zíma2018-02-021-156/+143
* Replace 'cgi.parse_qs*' functionsVlastimil Zíma2018-01-261-3/+3
* Replace failIfVlastimil Zíma2018-01-261-10/+10
* Replace failUnlessVlastimil Zíma2018-01-261-26/+22
* Replace failUnlessRaisesVlastimil Zíma2018-01-261-32/+18
* Replace failUnlessEqualVlastimil Zíma2018-01-261-155/+107
* Pepify and add flake8Vlastimil Zíma2017-11-291-169/+149
* Clean imports by isortVlastimil Zíma2017-11-221-5/+5
* Introduce InvalidNamespace exceptionVlastimil Zíma2017-11-221-0/+21
* Fixed a bug in Message.toPostArgs() related to UTF-8 encoded values.Kai Lautaportti2010-10-141-0/+14
* Fixed a bug in Message.toFormMarkup() related to encoding UTF-8 encoded form ...Kai Lautaportti2010-10-141-1/+24
* [project @ message.Message(): when constructed with an OpenID 1 namespace, ma...Kevin Turner2008-06-051-7/+20
* [project @ test_message: test that explicit OpenID 1.1 ns is included in outp...Kevin Turner2008-06-051-0/+9
* [project @ Message: allow setting namespace to OpenID 1.1 namespace]Kevin Turner2008-06-051-3/+2
* [project @ use failUnless instead of assertTrue (python 2.3 compatibility)]tailor2008-05-261-5/+5
* [project @ CheckAuth: copy entire response, not just signed fields. Fixes mi...tailor2008-05-261-0/+25
* [project @ add implicit flag to namespaces not explicitly defined in message]tailor2008-05-221-1/+79
* [project @ Fix message.getAliasedArg behavior for missing namespace with no d...tailor2008-05-211-0/+11
* [project @ message: more testing of OpenID 1.x messages that include openid.ns.]Kevin Turner2008-02-131-0/+19
* [project @ server.Server.decode: catch InvalidOpenIDNamespace errors and cast...Kevin Turner2008-02-061-0/+20
* [project @ message: allow two values for OPENID1_NS.]Kevin Turner2008-02-061-0/+21
* [project @ test_message: remove unused import]Kevin Turner2008-02-061-1/+0
* [project @ message.Message.setArg: assert value is not None. Fixes #24.]Kevin Turner2007-11-141-0/+4
* [project @ Improve format of auto-generated namespace aliases]tailor2007-03-201-1/+1
* [project @ Fix delArg test]tailor2007-01-081-2/+1
* [project @ Added magic no_default argument to Message.getArg to make it raise...Josh Hoyt2006-12-211-46/+31
* [project @ Whitespace (test_message)]Josh Hoyt2006-12-211-5/+5
* [project @ Add isOpenID1 and isOpenID2 methods to message.Message]Josh Hoyt2006-12-211-0/+17
* [project @ Test that message code overwrites value in setArg / add TypeError ...tailor2006-12-201-0/+15
* [project @ FIX #1621: Make dotted and protocol field ns aliases invalid]tailor2006-12-201-0/+14
* [project @ FIX #1508: Add tests for message-to-HTML form generation]tailor2006-12-141-0/+130
* [project @ fix OpenID2MessageTest.test_delArgOpenID so that it uses the prope...tailor2006-09-071-1/+1
* [project @ fixed another test name mistmatch]tailor2006-09-071-3/+3
* [project @ fixed mismatched test case names in OpenID2MessageTest - test_getA...tailor2006-09-071-3/+3
* [project @ fixed delArg test for OPENID_NS. it was using OPENID1_NS.]tailor2006-09-071-1/+1
* [project @ message.Message.setArg: don't add BARE_NS to namespace list.]Kevin Turner2006-08-301-4/+13
* [project @ NamespaceMap test + cleanup]tailor2006-08-241-1/+41
* [project @ Added (much needed) unit tests for Message object]Josh Hoyt2006-08-221-0/+591