[TIP] pytest-cpp 0.1

Bruno Oliveira nicoddemus at gmail.com
Sun Aug 17 11:05:08 PDT 2014


Hi all,

I'm pleased to announce the availability of pytest-cpp 0.1:
https://github.com/nicoddemus/pytest-cpp (also in pypi at
https://pypi.python.org/pypi/pytest-cpp).

pytest-cpp is a plugin for py.test which runs C++ tests written in Google
Test or Boost::Test, which is useful because:

* Allows you to run all your tests in multi-language projects with a single
  command;
* Execute C++ tests in parallel using pytest-xdist plugin;
* Use --junitxml option to produce a single and uniform xml file with all
  your test suite results;
* Filter which tests to run using standard test filtering capabilities,
such as
  by file names, directories, keywords by using the -k option, etc.;

Feature requests and bug reports are very welcome, so if you have any
please report them at https://github.com/nicoddemus/pytest-cpp/issues.

Best Regards,
Bruno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20140817/e0342d7a/attachment.htm>


More information about the testing-in-python mailing list