tests: Add a ``db`` fixture that initializes the database....
tests: Add a ``db`` fixture that initializes the database.
This is quite useful if tests only need the database and not the whole app.
Then only this fixture is needed instead of the full blown pylonsapp/app fixtures.