Hi,
I am new to unittest and i would like to know if it is possible to catch the results(which are shown in the console) of the tests in a separate file (text file for example).
I would like to keep track of the results but in a easier and more significant manner, something like:
test_function1. ........FAIL
test_function2. .......ok
and so on
I write the code in eclipse.
Does anyone have any idea if this is possible?
Thank you in advance
I am new to unittest and i would like to know if it is possible to catch the results(which are shown in the console) of the tests in a separate file (text file for example).
I would like to keep track of the results but in a easier and more significant manner, something like:
test_function1. ........FAIL
test_function2. .......ok
and so on
I write the code in eclipse.
Does anyone have any idea if this is possible?
Thank you in advance
Comment