keep unittest results in a file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mosquitogrande
    New Member
    • Sep 2008
    • 1

    keep unittest results in a file

    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
  • bvdet
    Recognized Expert Specialist
    • Oct 2006
    • 2851

    #2
    Whatever can be displayed in the console can be written to a text file.

    Comment

    Working...