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
pytest uses an exit code of 5 to indicate that no tests were found during discovery. However, the adapter treats a non-zero exit code as a failure. Instead, an exit code of 5 should result in an empty set of tests.
pytest uses an exit code of 5 to indicate that no tests were found during discovery. However, the adapter treats a non-zero exit code as a failure. Instead, an exit code of 5 should result in an empty set of tests.