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
When I call it like this : from pytest_html_reporter import attach
I got : ImportError: cannot import name 'attach' from 'pytest_html_reporter' (unknown location)
So I checked in installation folder in ' pytest_html_reporter' and there's no such folder or file called 'attach' 💢
The text was updated successfully, but these errors were encountered:
When I call it like this :
from pytest_html_reporter import attach
I got :
ImportError: cannot import name 'attach' from 'pytest_html_reporter' (unknown location)
So I checked in installation folder in ' pytest_html_reporter' and there's no such folder or file called 'attach' 💢
The text was updated successfully, but these errors were encountered: