Exemplo n.º 1
0
 def test_0001_domogik_is_running(self):
     self.assertTrue(check_domogik_is_running())
Exemplo n.º 2
0
from domogik.tests.common.helpers import check_domogik_is_running
import os

if __name__ == "__main__":
    print("=== Check domogik is running ===")
    if not check_domogik_is_running():
        exit(1)
    else:
        print(" => Domogik is running")

Exemplo n.º 3
0
from domogik.tests.common.helpers import check_domogik_is_running
import os

if __name__ == "__main__":
    print("=== Check domogik is running ===")
    if not check_domogik_is_running():
        exit(1)
    else:
        print(" => Domogik is running")
Exemplo n.º 4
0
 def test_0001_domogik_is_running(self):
     self.assertTrue(check_domogik_is_running())