python-pytest-cases
python-pytest-cases copied to clipboard
Add with_case_tags decorator
trafficstars
As proposed in #351.
According to suggestions by @smarie here the necessary tasks:
- [x] Port the decorator code to
pytest-cases. Currently incase_funcs.py. - [x] Update the changelog.
- [x] Add appropriate documentation.
- [ ] Write tests for full coverage.