Use pytest's runner to discover and execute C++ tests
Project description
Use pytest runner to discover and execute C++ tests.
Supports both Google Test and Boost::Test:
This brings several benefits:
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.;
Usage
Once installed, when py.test runs it will search and run tests founds in executable files, detecting if the suites are Google or Boost tests automatically.
You can configure which files are tested for suites by using the cpp_files ini configuration:
[pytest]
cpp_files=test_suite*
By default matches test_* and *_test executable files.
Requirements
Python 2.7+, Python 3.4+
pytest
Install
Install using pip:
$ pip install pytest-cpp
Changelog
Please consult CHANGELOG.
Support
All feature requests and bugs are welcome, so please make sure to add feature requests and bugs to the issues page!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pytest_cpp-0.4.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90457ee57200674f8b72bccd58bb96b06eff01c8e99b5bf5848189e89c981b08 |
|
MD5 | 7dd4f6d71fefca337108b7d8edf4b50f |
|
BLAKE2b-256 | 84209fd58c060d46695a796eecb641377d2f166a0541814d395cd07b16f51ddd |