testing-html-merge (#15)

* add tests for merge_html_reports function

Reviewed-on: local-it-infrastructure/e2e_tests#15
Co-authored-by: Daniel <d.brummerloh@gmail.com>
Co-committed-by: Daniel <d.brummerloh@gmail.com>
This commit is contained in:
Daniel 2023-12-09 15:28:48 +01:00 committed by dan
parent 873bf73ae8
commit 016b88a68d
11 changed files with 2762 additions and 19 deletions

View file

@ -52,4 +52,7 @@ target-version = "py311"
[tool.pytest.ini_options]
python_functions = "setup_* test_* cleanup_*"
norecursedirs = ".* previous-work recipes"
testpaths = "tests"
testpaths = "tests"
markers = [
"slow: marks tests as slow",
]