New submission from Sergey Fedoseev:

Currently TestResult.addSubTest() is called just before TestResult.stopTest(), 
but docs says that addSubTest is "Called when a subtest finishes". IMO that 
means that it will be called immediately after subtest finishes, but not after 
indefinite time.

Test is attached.

----------
files: test_subtest.py
messages: 297756
nosy: sir-sigurd
priority: normal
severity: normal
status: open
title: unittest.TestResult.addSubTest should be called immediately after 
subtest finishes
type: behavior
Added file: http://bugs.python.org/file46990/test_subtest.py

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

Reply via email to