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
Functions with the @pytest.fixture(autouse=True) decorator aren't expected to be called from user code, yet they appear as an unused function. Would be nice to have those excluded.
Cool tool, thanks!
The text was updated successfully, but these errors were encountered:
Functions with the
@pytest.fixture(autouse=True)
decorator aren't expected to be called from user code, yet they appear as anunused function
. Would be nice to have those excluded.Cool tool, thanks!
The text was updated successfully, but these errors were encountered: