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


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

pytest-cpp 0.1

Started byBruno Oliveira <nicoddemus@gmail.com>
First post2014-08-17 15:05 -0300
Last post2014-08-17 15:05 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

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

#1356 — pytest-cpp 0.1

FromBruno Oliveira <nicoddemus@gmail.com>
Date2014-08-17 15:05 -0300
Subjectpytest-cpp 0.1
Message-ID<mailman.13086.1408343267.18130.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web