Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1356

pytest-cpp 0.1

From Bruno Oliveira <nicoddemus@gmail.com>
Date 2014-08-17 15:05 -0300
Subject pytest-cpp 0.1
Newsgroups comp.lang.python.announce
Message-ID <mailman.13086.1408343267.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

pytest-cpp 0.1 Bruno Oliveira <nicoddemus@gmail.com> - 2014-08-17 15:05 -0300

csiph-web