more complexity in the test cases
This commit is contained in:
@@ -4,4 +4,8 @@ test_notifier:
|
||||
module: variant
|
||||
class: Variant
|
||||
log_level: DEBUG
|
||||
# dependencies: companion_app
|
||||
# dependencies: companion_app
|
||||
|
||||
TestApp:
|
||||
module: test_notify
|
||||
class: TestNotifier
|
||||
|
||||
@@ -3,7 +3,6 @@ from appdaemon.adapi import ADAPI
|
||||
|
||||
class Variant(TestNotifier, ADAPI):
|
||||
def initialize(self):
|
||||
self.adapi = self.get_ad_api()
|
||||
self.log = self.adapi.log
|
||||
super().initialize()
|
||||
self.log('Variant of the TestNotifier')
|
||||
# self.log(' VARIANT '.center(50, '*'))
|
||||
|
||||
Reference in New Issue
Block a user