test-reporting

Display python unittest results in nice, tabular form

Display python unittest results in nice, tabular form Question: I am writing a Pythonic tool which validates the correctness of a certain system. Each validation is written as a Python unittest, and the report looks like: test_exclude_list_not_empty (__main__.TestRepoLists) Assert the the exclude list is not empty … ok test_include_list_not_empty (__main__.TestRepoLists) Assert the the include list …

Total answers: 3