Update tests/test_forth_file.py
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 42s
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 42s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user