Vitalii added the comment:
I don't think anyone is using FunctionTestCase
--
___
Python tracker
<https://bugs.python.org/issue40690>
___
___
Python-bugs-l
Vitalii 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 trac
Change by Vitalii :
--
keywords: +patch
pull_requests: +19524
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/20237
___
Python tracker
<https://bugs.python.org/issu
New submission from Vitalii :
In [2]: from unittest import FunctionTestCase
In [3]: loader.loadTestsFromTestCase