-
Notifications
You must be signed in to change notification settings - Fork 39
Add with_case_tags decorator #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add with_case_tags decorator #361
Conversation
As proposed in smarie#351.
Document addition of with_case_tags class decorator.
Can be imported as ```python from pytest_cases import with_case_tags ```
Note: python 3.7 tests are failing because of a |
Co-authored-by: Sylvain Marié <[email protected]>
Co-authored-by: Sylvain Marié <[email protected]>
Co-authored-by: Sylvain Marié <[email protected]>
Thanks @smarie for the review of the current status. I'll get to the unresolved points above soon, and add the (till now completely) missing tests. |
Do you perhaps have any insights into the test failures in py37 I mentioned above? I'm not a |
Co-Authored-By: Sylvain Marié <[email protected]>
Co-Authored-By: Sylvain Marié <[email protected]>
The failing tests are due to a problem in typing extension with python 3.7. Apparently they forgot to declare that the latest release of typing extensions was not compliant with 3.7. Here : #362 Stay tuned :) |
As suggested by @smarie in smarie#361 (comment) Co-Authored-By: Sylvain Marié <[email protected]>
As proposed in #351.
According to suggestions by @smarie here the necessary tasks:
pytest-cases
. Currently incase_funcs.py
.