Skip to content

Create test for pytest_keyboard_interrupt(excinfo) #21470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
eleanorjboyd opened this issue Jun 22, 2023 · 0 comments · Fixed by #21472
Closed

Create test for pytest_keyboard_interrupt(excinfo) #21470

eleanorjboyd opened this issue Jun 22, 2023 · 0 comments · Fixed by #21472
Assignees
Labels
area-testing debt Covers everything internal: CI, testing, refactoring of the codebase, etc. triage-needed Needs assignment to the proper sub-team

Comments

@eleanorjboyd
Copy link
Member

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
@eleanorjboyd eleanorjboyd added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-testing labels Jun 22, 2023
@eleanorjboyd eleanorjboyd self-assigned this Jun 22, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jun 22, 2023
eleanorjboyd added a commit that referenced this issue Jun 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-testing debt Covers everything internal: CI, testing, refactoring of the codebase, etc. triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant