-
I wanna ask whether Pytest can achieve the following function. That is, dynamically modify whether to skip (the Mark object) before each test case is executed, and then make it take effect before the test case is executed. I've tried to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
At first glance the marker application looks correct Please provide a minimal reproducer Also, please consider using markers instead of magic lists in your declaration |
Beta Was this translation helpful? Give feedback.
with a context manager:
with a fixture: