]> granicus.if.org Git - python/commit
test_gdb: use unittest test discovery (GH-15405)
authorVictor Stinner <vstinner@redhat.com>
Fri, 23 Aug 2019 10:28:27 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2019 10:28:27 +0000 (11:28 +0100)
commit81446fd0d4fa60042ac2752350f31004324510f9
tree8113c43f9f85c9f49532d4d75d5ae6a7481a2271
parent767434c39c8f3c6a8af1b3282d8382ccf809fe21
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.
Lib/test/test_gdb.py