------------------
New:
- Add a MOCK_MAILHOST_FIXTURE fixture that integration and functional tests layers can depend on.
This allows to easily check how mails are sent from Plone.
[gforcada]
Fixes:
- Fix ``layers.rst`` doctest to be compatible with older and newer zope.testrunner layer ordering.
[thet]
- Depend on ``zope.testrunner`` and fix deprecated usage of ``zope.testing.testrunner``.
[thet]
- Cleanup code, flake8, sort imports, etc.
[gforcada]
- Fix RAM cache error with bbb.PloneTestCase.
[ebrehault]