Skip to content

test_gdb: use unittest test discovery #15405

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

Merged
merged 1 commit into from
Aug 23, 2019
Merged

test_gdb: use unittest test discovery #15405

merged 1 commit into from
Aug 23, 2019

Conversation

vstinner
Copy link
Member

Replace test.support.run_unittest() with unittest.main().

Remove also an unused variable.

Replace test.support.run_unittest() with unittest.main().

Remove also an unused variable.
@vstinner
Copy link
Member Author

cc @jdemeyer

@vstinner vstinner merged commit 81446fd into python:master Aug 23, 2019
@vstinner vstinner deleted the gdb branch August 23, 2019 10:28
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
Replace test.support.run_unittest() with unittest.main()
to automatically discover test cases, instead of having
an maintaing manually a list which may be incomplete.

Remove also an unused variable.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
Replace test.support.run_unittest() with unittest.main()
to automatically discover test cases, instead of having
an maintaing manually a list which may be incomplete.

Remove also an unused variable.
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Replace test.support.run_unittest() with unittest.main()
to automatically discover test cases, instead of having
an maintaing manually a list which may be incomplete.

Remove also an unused variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip issue skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants