rename html merge function
This commit is contained in:
parent
873bf73ae8
commit
a2f81aa190
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ from loguru import logger
|
|||
|
||||
from pytest_abra.dir_manager import DirManager
|
||||
from pytest_abra.env_manager import EnvFile, EnvManager
|
||||
from pytest_abra.html_helper import merge_html_files
|
||||
from pytest_abra.html_helper import merge_html_reports
|
||||
from pytest_abra.runner import Runner
|
||||
from pytest_abra.utils import rmtree
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ class Coordinator:
|
|||
in_path = str(self.DIR.RECORDS / "html")
|
||||
out_path = str(self.DIR.RECORDS / "full-report.html")
|
||||
title = "combined.html"
|
||||
merge_html_files(in_path, out_path, title)
|
||||
merge_html_reports(in_path, out_path, title)
|
||||
|
||||
def collect_traces(self):
|
||||
"""moves all traces into SESSION/RECORDS dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue