lepture / authlib

The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
https://authlib.org/
BSD 3-Clause "New" or "Revised" License
4.45k stars 445 forks source link

use in-memory sqlite database with django tests #572

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

django tests use a inmemory sqlite database. This should be more performant but I doubt anyone will ever notice. However this avoids to create a example.sqlite file that git complains is untracked after running tox.