Replies: 2 comments 1 reply
-
Based on those two comparison screenshots (only for "1" since the 2nd screenshot doesn't show any code), I see different tests being run and some tests not run yet, but I don't see a difference in how parametrized tests look. Can you be more specific on the difference you are seeing? |
Beta Was this translation helpful? Give feedback.
-
in the first case, “test_first” in test explorer is shown as a test that can be expanded with a down arrow. in my case, there are functions that have parametrize, they are in the class TestMotionInArea. The class itself can be expanded using an arrow, and before the update the tests: “test_check_events” and “test_check_start_alarm” were like items that can be expanded and seen already inside the name of the parametrize tests |
Beta Was this translation helpful? Give feedback.
-
Hello, I create test using pytest. Before was if test have parametrize mark then his look in testing panel like this:
Now I updated to python 12 and pytest 8.0.0 and now my testing panel look this:
What do I need to do to get it back?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions