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:
parent
873bf73ae8
commit
016b88a68d
11 changed files with 2762 additions and 19 deletions
|
|
@ -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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue