==================
- Fix tests selection when the negative "!" pattern is used several times
(LP 1160965)
- Moved tests into a 'tests' subpackage.
- Made ``python -m zope.testrunner`` work again.
- Support 'skip' feature of unittest2 (which became the new unittest in Python
2.7).
- Better diagnostics when communication with subprocess fails
(https://github.com/zopefoundation/zope.testrunner/issues/5).
- Do not break subprocess execution when the test suite changes the working
directory (https://github.com/zopefoundation/zope.testrunner/issues/6).
- Count test module import errors as errors (LP 1026576).