diff --git a/pytest.ini b/pytest.ini index 8a4e7aebf55329436a8b05b838a352ab9792c2fa..ac35d19ec7bda231f5816ae025396c4ae0cb5c86 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,4 @@ log_cli = false log_level = DEBUG python_files = tests.py tests/** -addopts = --cov=ldf_adapter --cov-report term:skip-covered --cov-report html:cov_html --show-capture=log +;addopts = --cov=ldf_adapter --cov-report term:skip-covered --cov-report html:cov_html --show-capture=log