northernSage / pytest-flask-issue-101

pytest-flask issue 101 reproducible example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A reproducible example for issue #101

To run, create a virtual env and activate it

python -m venv venv && source venv/bin/activate

Install dependencies

pip istall -r requirements.txt

Run tests

pytest

Obs. Make sure redis is running before executing tests

About

pytest-flask issue 101 reproducible example

License:MIT License


Languages

Language:Python 100.0%