jarus / flask-testing

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

Update cached_property import path #146

Closed niciqy closed 4 years ago

niciqy commented 4 years ago

Error: ImportError("cannot import name 'cached_property' from 'werkzeug'

Fix: cached_property has been moved to werkzeug.utils. This update is to reflect the change