pytest_pyramid - to ease testing pyramid apps in pytest suite
I've just released pytest_pyramid, a package, that should help testing pyramid applications with pytest suite. It's mostly generalized code, that I've been using across my projects to create both configuration and testing application.
Links:
Package contains two fixtures and two fixture factories (config and app) to play with in pytest tests.
PyPI also contains egg and wheel. It's my first attempt to create these, so I'm little surprised that they're marked as python 2.7 packages. Well.. If anyone can point me to how to package them for all python versions described in setup.py, I'd be very happy.