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
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to