예제 #1
0
파일: backends.py 프로젝트: sumepr/zulip
 def __init__(self) -> None:
     # Used to initialize a fake LDAP directly for both manual
     # and automated testing in a development environment where
     # there is no actual LDAP server.
     if settings.DEVELOPMENT and settings.FAKE_LDAP_MODE:  # nocoverage
         init_fakeldap()
예제 #2
0
파일: backends.py 프로젝트: deltay/zulip
 def __init__(self) -> None:
     # Used to initialize a fake LDAP directly for both manual
     # and automated testing in a development environment where
     # there is no actual LDAP server.
     if settings.DEVELOPMENT and settings.FAKE_LDAP_MODE:  # nocoverage
         init_fakeldap()
예제 #3
0
파일: backends.py 프로젝트: teamnsrg/zulip
 def __init__(self) -> None:
     if settings.DEVELOPMENT and settings.FAKE_LDAP_MODE:  # nocoverage
         init_fakeldap()
예제 #4
0
파일: backends.py 프로젝트: rishig/zulip
 def __init__(self) -> None:
     if settings.DEVELOPMENT and settings.FAKE_LDAP_MODE:  # nocoverage
         init_fakeldap()