You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It says 'Empty test suite.', and when I change the marker into something like @pytest.mark.first, it still doesn't work. It seems to me that pytest doesn't obey these marks anymore.
How do I solve this ? or I'm doing it wrongly ?
The text was updated successfully, but these errors were encountered:
If my code is something like this:
It says 'Empty test suite.', and when I change the marker into something like @pytest.mark.first, it still doesn't work. It seems to me that pytest doesn't obey these marks anymore.
How do I solve this ? or I'm doing it wrongly ?
The text was updated successfully, but these errors were encountered: