From c7768e9693eec37bc8c3720c609739194dfc5651 Mon Sep 17 00:00:00 2001 From: Josh Hoyt Date: Fri, 22 Dec 2006 00:51:07 +0000 Subject: [project @ Tested _parseAssociation more thoroughly] Moved the parse association tests into a test module all their own, to hopefully make test_consumer less horrible to deal with. Addressed small issues that the tests raised. --- admin/runtests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin') diff --git a/admin/runtests b/admin/runtests index 610334d..4586566 100644 --- a/admin/runtests +++ b/admin/runtests @@ -61,6 +61,7 @@ def pyunitTests(): from openid.test import test_fetchers from openid.test import test_urinorm from openid.test import test_nonce + from openid.test import test_association_response # yadis tests from openid.test import test_parsehtml from openid.test import test_yadis_discover @@ -77,6 +78,7 @@ def pyunitTests(): test_etxrd, test_xri, test_xrires, + test_association_response, ] # Some modules have data-driven tests, and they use custom methods -- cgit v1.2.1