pytest-dev / pytest-dev/pytest-cpp
marking cpp test targets.
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 146
- Forks
- 26
- Avg merge
- 12h 26m
- Merged PRs (30d)
- 1
Description
Is there any way to mark tests (whether through ini, filename or otherwise) so that py.test -m=system_test or -m=unittest works with the tests?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the requested marker behavior with pytest-cpp and the commands py.test -m=system_test and -m=unittest. Trace how pytest-cpp discovers C++ tests and determine how markers could be assigned; done means both commands select the intended tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100