sethorpe
Results
1
comments of
sethorpe
> > i use this one > > ``` > > @pytest.hookimpl(tryfirst=True) > > def pytest_configure(config): > > if not os.path.exists('reports'): > > os.makedirs('reports') > > config.option.htmlpath = 'reports/'+datetime.now().strftime("%d-%m-%Y %H-%M-%S")+".html"...