Beispiel #1
0
 def test_shutdown(self) -> None:
     """
     TODO: Doku
     """
     main = Main()
     main.observer.start()
     main.shutdown()
Beispiel #2
0
 def test_start_observer(self) -> None:
     """
     TODO: Doku
     """
     main = Main()
     main.stop_flag = True
     main.start_observer()
Beispiel #3
0
 def test_modify_handler(self) -> None:
     """
     TODO: Doku
     """
     main = Main()
     ModifiedHandler(main.apply)
Beispiel #4
0
 def test_apply(self) -> None:
     """
     TODO: Doku
     """
     main = Main()
     main.apply(".apply")
Beispiel #5
0
 def test_init(self) -> None:
     """
     TODO: Doku
     """
     Main()
Beispiel #6
0
 def test_init(self):
     """
     TODO: Doku
     """
     Main()