jarus / flask-testing

Unittest extensions for Flask
http://pythonhosted.org/Flask-Testing/
Other
502 stars 111 forks source link

Remove json_available and drop support for Flask < 1.0 #147

Closed jcomo closed 4 years ago

jcomo commented 4 years ago

Related to discussion from: https://github.com/jarus/flask-testing/pull/136. Push upgrades to at least 1.0 as the older versions are ~8 years old.

jnozsc commented 4 years ago

I prefer to keep this back compatible, there are not too much codes, and flask < 1.0 is still widely being used

jnozsc commented 4 years ago

Flask 1.0 was released only 2 years ago, not 8 years https://palletsprojects.com/blog/flask-1-0-released/

jcomo commented 4 years ago

@jnozsc good points. I was looking in the wrong spots for those dates. Will keep around the compatibility for now then