summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorJosh Hoyt <josh@janrain.com>2007-03-15 23:54:07 +0000
committerJosh Hoyt <josh@janrain.com>2007-03-15 23:54:07 +0000
commitfc1333b609ef45d28ef6803521bea992297cd481 (patch)
tree3f79002eaf84805210b3d8cb2c7abf621abb92ff /admin
parent86e2831e198537ccd402b726bf777a365afea5b7 (diff)
downloadopenid-fc1333b609ef45d28ef6803521bea992297cd481.tar.gz
[project @ Added simple registration module with request and response objects]
Diffstat (limited to 'admin')
-rw-r--r--admin/makedoc1
-rw-r--r--admin/runtests3
2 files changed, 4 insertions, 0 deletions
diff --git a/admin/makedoc b/admin/makedoc
index b5be20e..2a5ed42 100644
--- a/admin/makedoc
+++ b/admin/makedoc
@@ -6,6 +6,7 @@ epydoc --html --output doc/ --name "Python-OpenID" --top openid \
--ignore-param-mismatch --no-private \
openid/__init__.py \
openid/dh.py \
+ openid/sreg.py \
openid/association.py \
openid/consumer/__init__.py \
openid/consumer/consumer.py \
diff --git a/admin/runtests b/admin/runtests
index 59279b1..3362dba 100644
--- a/admin/runtests
+++ b/admin/runtests
@@ -65,6 +65,8 @@ def pyunitTests():
from openid.test import test_nonce
from openid.test import test_association_response
from openid.test import test_verifydisco
+ from openid.test import test_sreg
+
# yadis tests
from openid.test import test_parsehtml
from openid.test import test_yadis_discover
@@ -85,6 +87,7 @@ def pyunitTests():
test_auth_request,
test_negotiation,
test_verifydisco,
+ test_sreg,
]
# Some modules have data-driven tests, and they use custom methods