<div dir="ltr"><span style="font-size:13.1999998092651px;line-height:19.7999992370605px">Hey all,</span><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">I can be pretty bad about running tests locally at times, so I wrote a little extension to help.</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">It automatically runs pytest in the background when you app.run in debug mode, beeps when there's an error, shows the results in the terminal, and gets re-run by the reloader.</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">This lowers the testing barrier since you don't have to manually run them separately (or even wait for your cloud CI tool after you push to GitHub, which has a much longer feedback loop).</div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><a href="https://github.com/joeyespo/flask-pytest" target="_blank">https://github.com/joeyespo/flask-pytest</a><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px"><br></div><div style="font-size:13.1999998092651px;line-height:19.7999992370605px">Would be happy to hear what you think. If this misses the mark, what's your current setup for writing and running tests?</div><div><br></div></div>