Create a test to cover `pytest_keyboard_interrupt(excinfo)`, which can be done with the following code in a test file: ``` @pytest.mark.parametrize("num", range(1, 89)) def test_odd_even(num): assert True ```
Create a test to cover
pytest_keyboard_interrupt(excinfo), which can be done with the following code in a test file: