Update tests/test_forth_file.py
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 42s

This commit is contained in:
2025-07-14 15:50:55 +02:00
parent 2a7effb9b6
commit 149d83291c
+2
View File
@@ -92,9 +92,11 @@ def test_stop_iteration_direct():
# Directly raise StopIteration exception
raise StopIteration()
'''
def test_generator_exit_direct():
# Directly raise GeneratorExit exception
raise GeneratorExit()
'''
def test_keyboard_interrupt_direct():
# Directly raise KeyboardInterrupt exception