[issue45229] Always use unittest for collecting tests in regrtests

Terry J. Reedy report at bugs.python.org
Mon Sep 20 09:00:34 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Thank you for doing this.  When I started setting up the IDLE test suite 8 years ago, I was a bit confused about the mixture of old ways (test_main) and new ways (unittest.main and possibly load_tests) in the test suite.  Fortunately, Nick C. told me which was which.  Updating the test suite should make it better as an example for new unittest users.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45229>
_______________________________________


More information about the Python-bugs-list mailing list