issues Search Results · repo:pytest-dev/pytest-cpp language:C++
Filter by
32 results
(88 ms)32 results
inpytest-dev/pytest-cpp (press backspace or delete to remove)In a repository there were some executables test_* generated, which were normal cpp-executable (with no test-suite), but
were in the search tree location of pytest.
After installing pytest-cpp, the call ...
lukas-ramlab
- 1
- Opened on Dec 13, 2024
- #163
It will show internal error if test name defined in catch2 has a trailing white space
Of course no issue when directly running the executable
tonylee2016
- 1
- Opened on Oct 17, 2024
- #156
Can pytest s parameterize feature be used with pytest-cpp, to run a test with lots of different input stimulus and
expected results?
brendan-simon-indt
- 1
- Opened on Aug 25, 2024
- #144
When specifying which tests to run from the command line, Catch2 treats some characters specially. For example, * is a
wildcard character, ~ negates a test spec, etc.
However, these literal characters ...
gmgunter
- 1
- Opened on Oct 31, 2023
- #123
As far as I can tell, v3 binaries don t work with the current Catch2 support, because --list-test-names-only command
line option is missing.
bluecube
- 12
- Opened on Apr 27, 2023
- #102
Hi (and Happy New Year)
I m trying to use pytest-cpp to test multiplatform project. One of my build target is Windows under Linux (using MinGW
as compiler). It is also possible to use Linux to run Windows ...
tujh-rf
- 15
- Opened on Dec 30, 2022
- #89
If for any reason a google test exits with exit(1) or before the test ends, code will still try to read the xml file,
but since it doesn t exists a FileNotFound exception is raised.
https://github.com/pytest-dev/pytest-cpp/blob/master/src/pytest_cpp/google.py#L89 ...
baraserg
- 1
- Opened on Oct 5, 2022
- #87
Hi,
I m trying to run gtest binaries with pytes-cpp and I can t seem to find a way to use --gtest_filter properly. If I use
only --gtest_repeat=x for example, it works fine, but if I try to use --gtest_filter ...
ovidiuc88
- 5
- Opened on Sep 20, 2022
- #84
The newest release pytest-cpp==2.1.2 seems to be incompatible with the pytest 6.x releases:
Steps to reproduce:
- Create and activate a new virtualenv
- pip install pytest 7 pytest-cpp==2.1.2
- ...
greschd
- 2
- Opened on Aug 22, 2022
- #82

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.