IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
197 stars 121 forks source link

tests: remove real MongoDB dependency #422

Closed bajnokk closed 1 year ago

bajnokk commented 1 year ago

OIDC integration tests now use mongomock instead of launching a full mongodb server, which may not be available in a development environment.

All Submissions:

c00kiemon5ter commented 1 year ago

thanks! I thinks that a very good addition