pytest-dev / pytest-flask

A set of pytest fixtures to test Flask applications

Home Page:http://pytest-flask.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLAlchemy sessions and live_server

citizen-stig opened this issue · comments

I use pytest-flask with pytest-flask-sqlalchemy. It works fine, except for live_server.
More details are available in pytest-flask-sqlalchemy issue 17 and repo with example

I'm sorry if this problem is not related to pytest-flask, but maybe I can find help here with investigation. I believe it might be common use case, to have selenium tests and sqlachemy session together