bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 146 forks source link

Port testing from nose to pytest. #192

Closed mcepl closed 4 years ago

mcepl commented 4 years ago

Fixes #188

amol- commented 4 years ago

I actually didn't merge it yet because I wanted to fix the coverage reporting before merging, but didn't get a chance to do it. (See that with nose we had coverage -> https://travis-ci.org/github/bbangert/beaker/jobs/689422375#L488 while with pytest we got it no more -> https://travis-ci.org/github/bbangert/beaker/jobs/713496048#L572 ) It's just a matter of adding pytest-cov, but I wanted also to check the setup.cfg because the options there were for nose and not all of them are compatible.

Not bad, I'll just do this on master :D