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' 💢
When I call it like this :
from pytest_html_reporter import attachI 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' 💢