- Integrated most of the examples found in boost-1.55 for Boost Test into the
`pytest-cpp` test suite. This uncovered a problem when Fatal Errors were
produced and which would break py.test.
- Integrated all the official Google Test examples into the `pytest-cpp` test
suite, ensuring that Google Test is fully covered.
- Fixed 17: supporting Type-Parametrized tests in Google Test. Thanks
joarbe for the report.
- Now any executable passed explicitly to py.test in the
command-line will run as a test, regardless of the `cpp_files` option.