jarus / flask-testing

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

cached_property moved namespace #141

Closed carlbordum closed 4 years ago

carlbordum commented 4 years ago

Hi, this namespace for cached_property was deprecated.

vicmunoz commented 4 years ago

+1

niciqy commented 4 years ago

When do we expect this to be merged?

filipallberg commented 4 years ago

It would be nice to have this PR or #145 merged.

springrid commented 4 years ago

@jcomo @jarus ?

victorbergelin commented 4 years ago

Hi @jcomo @jarus, could we have this merged?

jcomo commented 4 years ago

@carlbordum could you rebase this against master so that we can see passing tests?

carlbordum commented 4 years ago

@jcomo I rebased and my commit became irrelevant thanks to the much more comprehensive changes by @jnozsc.

Closed thanks to https://github.com/jarus/flask-testing/pull/145