------------------
- Handle test failures due to userFolderAddUser returning the user object in
newer versions of Zope.
[esteele]
- Add ``setUpZcmlFiles`` and ``tearDownZcmlFiles`` helpers to enable loading
of ZCML files without too much boilerplate.
[gotcha]
- Add some logging.
[gotcha]
- Add the ``[security]`` extra, to provide tear-down of security checkers.
[optilude]
- Let the ``IntegrationTesting`` and ``FunctionalTesting`` lifecycle layers
set up request ``PARENTS`` and, if present, wire up
``zope.globalrequest``.
[optilude]
- Make the test browser support IStreamIterators
[optilude]