
6 Feb
2006
6 Feb
'06
10 a.m.
Pavel Vozenilek a écrit :
I think we may be talking about two different use cases for test system:
* one is to run them overnight, do a complete coverage, record everything, recover after errors
* other is quick and dirty tool to test recently changed code directly from IDE, without need to touch makefiles or whatever else.
I'd like to introduce yet another scenario for boost::test: * once a bug has been found, it is possible to exercise the test case that exhibits the bug, and this test case only, until the bug is corrected. -- Loïc