diff --git a/_gen/pytest.ini b/_gen/pytest.ini index 8d5fb35..0aa45e8 100644 --- a/_gen/pytest.ini +++ b/_gen/pytest.ini @@ -8,7 +8,7 @@ # by Bastian Schroll [pytest] -addopts = -v --pep8 --cov --cov-report=term-missing --log-level=CRITICAL +addopts = -v --pep8 --cov=boswatch/ --cov-report=term-missing --log-level=CRITICAL # classic or progress console_output_style = progress diff --git a/plugins/template/template.py b/plugins/template/template.py index de1b78a..f570a52 100644 --- a/plugins/template/template.py +++ b/plugins/template/template.py @@ -30,7 +30,7 @@ class BoswatchPlugin(Plugin): def __init__(self): """!Do not change anything here except the PLUGIN NAME in the super() call""" # PLEASE SET YOU PLUGIN NAME HERE !!!! - super().__init__("template") + Plugin.__init__("template") def onLoad(self): """!Called by import of the plugin"""