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's not meaningless. Pytest automatically finds files containing tests and runs them. This is a bit of implicit magic that I don't like, but such is life.
test_stream.py
importspytest
on line 2, however it seems like there is nopytest
, so should this import really be here?The text was updated successfully, but these errors were encountered: