projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68ada2
)
skip test if python-ldap is not installed
author
Rodney Ewing
<ewing.rj@gmail.com>
Wed, 10 Jul 2013 21:10:48 +0000
(14:10 -0700)
committer
Rodney Ewing
<ewing.rj@gmail.com>
Thu, 15 Aug 2013 23:02:24 +0000
(16:02 -0700)
mediagoblin/tests/test_ldap.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/tests/test_ldap.py
b/mediagoblin/tests/test_ldap.py
index ec6da467442b277cba7fb42a0150949b0f9120e8..2f9a1372c2020651d5c8f6b8d117f90ffa6cd381 100644
(file)
--- a/
mediagoblin/tests/test_ldap.py
+++ b/
mediagoblin/tests/test_ldap.py
@@
-23,6
+23,8
@@
from mediagoblin.db.base import Session
from mediagoblin.tests.tools import get_app
from mediagoblin.tools import template
+pytest.importorskip("ldap")
+
@pytest.fixture()
def ldap_plugin_app(request):