mjhea0 / flaskr-tdd

Flaskr: Intro to Flask, Test-Driven Development (TDD), and JavaScript

Home Page:http://flaskr-tdd.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why unittest and not pytest?

nyck33 opened this issue · comments

The official Flask tutorial uses Pytest. Why did you choose Unittest?

https://flask.palletsprojects.com/en/1.1.x/testing/

addressed in #63