<div dir="ltr">Hi all,<div><br></div><div>I&#39;m pleased to announce the availability of pytest-cpp 0.1: <a href="https://github.com/nicoddemus/pytest-cpp">https://github.com/nicoddemus/pytest-cpp</a> (also in pypi at <a href="https://pypi.python.org/pypi/pytest-cpp">https://pypi.python.org/pypi/pytest-cpp</a>).</div>

<div><br></div><div>pytest-cpp is a plugin for py.test which runs C++ tests written in Google Test or Boost::Test, which is useful because:</div><div><div><br></div><div>* Allows you to run all your tests in multi-language projects with a single</div>

<div>  command;</div><div>* Execute C++ tests in parallel using pytest-xdist plugin;</div><div>* Use --junitxml option to produce a single and uniform xml file with all</div><div>  your test suite results;</div><div>* Filter which tests to run using standard test filtering capabilities, such as</div>

<div>  by file names, directories, keywords by using the -k option, etc.;</div></div><div><br></div><div>Feature requests and bug reports are very welcome, so if you have any please report them at <a href="https://github.com/nicoddemus/pytest-cpp/issues">https://github.com/nicoddemus/pytest-cpp/issues</a>. </div>

<div><br></div><div>Best Regards,</div><div>Bruno</div></div>