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
this should be valid, and should be considered a success:
importcodewars_testastest@test.it("")def_():
pass
and perhaps by extension, multiple successful assertions should only result in one PASSED message. or in other words, an it should pass unless it has failed, making a successful assertion have no output.