Change by Bruno Oliveira :
--
nosy: +Bruno Oliveira
___
Python tracker
<https://bugs.python.org/issue37549>
___
___
Python-bugs-list mailing list
Unsubscribe:
Bruno Oliveira added the comment:
> FYI, I just noticed that this is a duplicate of issue 29551, but decided to
> keep this one open.
OK thanks. I did try to search for open issues before filing this one by using
the "subtest result_supports_subtests" terms, as I figured a
Bruno Oliveira added the comment:
Great, thanks again for the quick review.
--
___
Python tracker
<https://bugs.python.org/issue34900>
___
___
Python-bugs-list m
Change by Bruno Oliveira :
--
type: -> crash
___
Python tracker
<https://bugs.python.org/issue34900>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Bruno Oliveira :
Consider this code:
import unittest
class TC(unittest.TestCase):
def test_subtest(self):
with self.subTest():
pass
tc = TC('test_subtest')
tc.run()
This works when executed, but if we chang
Changes by Bruno Oliveira :
--
nosy: +Bruno Oliveira
___
Python tracker
<http://bugs.python.org/issue30570>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Bruno Oliveira :
--
nosy: +Bruno Oliveira
___
Python tracker
<http://bugs.python.org/issue25270>
___
___
Python-bugs-list mailing list
Unsubscribe: