Vitalii <abvi...@gmail.com> added the comment:

If you make an import in a module with your tests

>From unittest import FunctionTestCase

then you will have 1 extra test in that module (the imported one), moreover, 
that test will be broken.

----------

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

Reply via email to