- New `cpp_harness` configuration option allows users to add prefix arguments when running the C++ test runner, allowing to use tools like `valgrind`. Thanks to dajose for contributing!
1.2.1
- Remove `from_parent()`-related warnings in pytest 5.4.2+.
- Masks like `*_test` now work correctly on Windows by automatically appending the expected `".exe"` suffix (45). Thanks 1fabrism for the report.
1.2.0
- `pytest-cpp` no longer supports Python 3.4. - New `cpp_ignore_py_files` option that makes the plugin ignore `*.py` files even if they would otherwise match the `cpp_files` option (defaults to `True`).
1.1.0
- New `cpp_arguments` ini option allows customization of the command-line used to run tests, for example to enable logging and verbosity. Thanks elkin for the PR.
1.0.1
- Use universal newlines for running Google tests (33). Thanks elkin for the PR.
0.4.5
- Properly handle fatal errors in Boost.Test. Thanks dplucenio for the report.