projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c37f31f
)
skip openid test if python-openid isn't installed
author
Rodney Ewing
<ewing.rj@gmail.com>
Wed, 10 Jul 2013 21:06:54 +0000
(14:06 -0700)
committer
Rodney Ewing
<ewing.rj@gmail.com>
Fri, 16 Aug 2013 17:30:20 +0000
(10:30 -0700)
mediagoblin/tests/test_openid.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/tests/test_openid.py
b/mediagoblin/tests/test_openid.py
index 23a2290e669d40d15aa95ce4e5ab6870b6b20cfc..3dfafb600ee593737874d8eb2880b5f763abccdb 100644
(file)
--- a/
mediagoblin/tests/test_openid.py
+++ b/
mediagoblin/tests/test_openid.py
@@
-29,6
+29,7
@@
from mediagoblin.plugins.openid.models import OpenIDUserURL
from mediagoblin.tests.tools import get_app, fixture_add_user
from mediagoblin.tools import template
+
# App with plugin enabled
@pytest.fixture()
def openid_plugin_app(request):