Procházet zdrojové kódy

close worker in terminal test

Bastien Sevajol před 6 roky
rodič
revize
8915011a3f
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      tests/test_terminals.py

+ 1 - 2
tests/test_terminals.py Zobrazit soubor

@@ -164,7 +164,6 @@ class TestTerminals(BaseTest):
164 164
 
165 165
         terminals_manager.stop()  # TODO pytest must execute this if have fail
166 166
 
167
-    @pytest.mark.skip(reason="Buggy ! Never terminate, all processes closed ?")
168 167
     def test_terminal_as_main_process(self):
169 168
         shared.reset()
170 169
         config = Config()
@@ -201,4 +200,4 @@ class TestTerminals(BaseTest):
201 200
             ),
202 201
         )
203 202
         core.run()
204
-        pass
203
+        core.cycle_manager.process_manager.terminate()