STINNER Victor <vstin...@python.org> added the comment:

> See also #14408

In 2012, test_main() was used to skip a few test cases.

But since that time, the availability tests were moved from test_main() to the 
test case classes directly using unittest.skipIf or unittest.skipUnless 
decorators.

So now using unittest.main() became trivial.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38063>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to