diff --git a/pytest.ini b/pytest.ini index a4ea9a2d..7d88e841 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --ignore=miniconda3 --html=unit_test_report.html -v \ No newline at end of file +addopts = --ignore=miniconda3 --html=unit_test_report.html --self-contained-html -v \ No newline at end of file