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