little change for testing

This commit is contained in:
Bastian Schroll 2018-09-14 13:56:33 +02:00
parent b932aa66ed
commit 3564680867
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
# by Bastian Schroll # by Bastian Schroll
[pytest] [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 # classic or progress
console_output_style = progress console_output_style = progress

View file

@ -30,7 +30,7 @@ class BoswatchPlugin(Plugin):
def __init__(self): def __init__(self):
"""!Do not change anything here except the PLUGIN NAME in the super() call""" """!Do not change anything here except the PLUGIN NAME in the super() call"""
# PLEASE SET YOU PLUGIN NAME HERE !!!! # PLEASE SET YOU PLUGIN NAME HERE !!!!
super().__init__("template") Plugin.__init__("template")
def onLoad(self): def onLoad(self):
"""!Called by import of the plugin""" """!Called by import of the plugin"""