X Tutup
The Wayback Machine - https://web.archive.org/web/20250610201456/https://github.com/python/cpython/pull/91694
Skip to content

gh-56809: Add an example using load_tests to parameterise test cases #91694

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jkersell
Copy link

@jkersell jkersell commented Apr 19, 2022

gh-56809: Add an example using load_tests to parameterise test cases

closes #56809

@ghost
Copy link

ghost commented Apr 19, 2022

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

Every change to Python requires a NEWS entry.

Please, add it using the blurb_it Web app or the blurb command-line tool.

@AlexWaygood AlexWaygood added the docs Documentation in the Doc dir label Apr 19, 2022
@jkersell jkersell changed the title gh-56809: Add an example of generating tests for load_tests gh-56809: Add an example using load_tests to parameterise test cases May 25, 2022
@tavallaie
Copy link
Contributor

@jkersell, could you please sign off on the PR and ensure it passes all the tests? This might help us move forward and resolve any blockers in the process.

@jkersell
Copy link
Author

@tavallaie sorry for the delay in my response. I can confirm that the tests pass, however I'm not sure what you mean by "sign off the PR". I'm guessing you're referring to git's --signoff option? If so, what is the appropriate way to add that to my commit? Can I amend my commit and force push to this branch?

@tavallaie
Copy link
Contributor

Below your comment, you can see 5 checks that stop github action to run the test, one of them is CLA signing, please be sure to sign that and also solve other blocking test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review docs Documentation in the Doc dir
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

Add example of using load_tests to parameterise Test Cases
4 participants
X Tutup