Rémi Lapeyre <[email protected]> added the comment:
Did you notice that `skipped 'Not supported'` will be displayed once per
skipped subtest so changing your `for i in range(1, 3):` by `for i in range(1,
5):` will show:
python3 -m unittest -v
test_something (test2.SomeTest) ... skipped 'Not supported'
skipped 'Not supported'
skipped 'Not supported'
Do you think it should show something like:
python3 -m unittest -v
test_something (test2.SomeTest) ... SubTest skipped 'Not supported'
SubTest skipped 'Not supported'
SubTest skipped 'Not supported'
?
----------
nosy: +remi.lapeyre
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35327>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com