Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'pypi': 0.07; 'option,': 0.09; 'url:github': 0.09; 'runs': 0.10; 'bug': 0.12; '(also': 0.16; 'subject:0.1': 0.16; 'to:addr:python- announce-list': 0.16; 'url:issues': 0.16; 'all,': 0.19; 'written': 0.21; 'tests': 0.22; 'filtering': 0.24; 'to:2**1': 0.27; 'feature': 0.29; 'xml': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'requests': 0.31; 'allows': 0.31; 'file': 0.32; 'option': 0.32; 'run': 0.32; 'url:python': 0.33; 'announce': 0.33; 'test': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'c++': 0.36; 'useful': 0.36; 'url:org': 0.36; 'reports': 0.37; 'filter': 0.38; 'to:addr:python.org': 0.39; 'availability': 0.60; 'such': 0.63; 'all\xc2\xa0': 0.84; 'directories,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Gc9YlH1zkAJNycPJSEIUNUGKT1q0XuUFdgNSZ2jcdac=; b=Yd6r1GefrMhy358iAoDNZiFEN9Zr9LB+DzXbBNDZ/zD5A8iDCeZW3g7sL4rPOAfAdP 0t42XjzJrdEfZjpcwGINffKEffPc8AMIqBXkinnVNb5qjvtAuUJ8Vm4dH1wD9Q58QeQ0 2NCfCDs9lB+Kkuyodotr1eYEuMgjosN6QQTimIvI7ZJnckDuCyjEinrvUxAOB1TviWfK Cpkk82X//4kWBgrb5kBOv1mB98HcJ5thzxCXsLLl/BNB01WAXtGJ0YAfbiq6g6doQPcN W0Fh6iEbjB3rw0FGur8JhmQt7PW4+1sCpHOCGltacEPLi4jCrjJ0JA7Lrtl9zaNSMv6i Lx/Q== X-Received: by 10.180.211.71 with SMTP id na7mr61373940wic.14.1408298728830; Sun, 17 Aug 2014 11:05:28 -0700 (PDT) MIME-Version: 1.0 From: Bruno Oliveira Date: Sun, 17 Aug 2014 15:05:08 -0300 Subject: pytest-cpp 0.1 To: python-announce-list@python.org, tip X-Mailman-Approved-At: Mon, 18 Aug 2014 08:27:46 +0200 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408343267 news.xs4all.nl 2925 [2001:888:2000:d::a6]:59776 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1356 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