Flask-Middleware / flask-security

Quick and simple security for Flask applications
MIT License
622 stars 154 forks source link

Chore - fix tests to run w/o flask_sqlalchemy #993

Closed jwag956 closed 2 weeks ago

jwag956 commented 2 weeks ago

Also - due to python version mismatch between tox and actions - a bunch of actions were being skipped.

Have more tests run using all available datastores (rather than the normal just flask_sqlalchemy).

A bit of cleanup prior to adding the new flask_sqlalchemy_lite datastore.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.45%. Comparing base (3ee00d9) to head (fa08d7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #993 +/- ## ======================================= Coverage 98.45% 98.45% ======================================= Files 36 36 Lines 4665 4665 ======================================= Hits 4593 4593 Misses 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.