more complexity to test case

This commit is contained in:
John Lancaster
2024-06-06 21:10:02 -05:00
parent 6a2877ca71
commit 1135082055
5 changed files with 22 additions and 4 deletions

9
apps/test/test.py Normal file
View File

@@ -0,0 +1,9 @@
from app1.database import Database
from appdaemon.adbase import ADBase
class Test(ADBase):
def initialize(self):
self.adapi = self.get_ad_api()
self.database = Database(self.adapi)
# self.notify.send("Test message from Test2 app.")