commit | 81446fd0d4fa60042ac2752350f31004324510f9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Aug 23 11:28:27 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Aug 23 11:28:27 2019 +0100 |
tree | 8113c43f9f85c9f49532d4d75d5ae6a7481a2271 | |
parent | 767434c39c8f3c6a8af1b3282d8382ccf809fe21 [diff] |
test_gdb: use unittest test discovery (GH-15405) 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.