mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
little change for testing
This commit is contained in:
parent
b932aa66ed
commit
3564680867
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue