pytest-cpp 0.1

Bruno Oliveira nicoddemus at gmail.com
Sun Aug 17 20:05:08 CEST 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


More information about the Python-announce-list mailing list