kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
582 stars 125 forks source link

Fix the login/logout helpers in the FlaskPlugin tests #244

Closed killthekitten closed 4 years ago

killthekitten commented 4 years ago

Tests were failing since the Flask-Login extension has prefixed internal variable names with an underscore:

https://github.com/maxcountryman/flask-login/pull/470