aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit/core/test_testcase.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-30Define create_snapshot() and clean() in TestCaseCédric Ollivier1-0/+49
2017-05-18Modify how to disable logging in unit test.Cédric Ollivier1-2/+1
2017-05-16Merge "Fix one minor typo"Jose Lausuch1-1/+1
2017-05-16Switch from generate_report to PrettyTableCédric Ollivier1-1/+0
2017-05-15Fix one minor typoCédric Ollivier1-1/+1
2017-05-11Modify TestCase.__str__() to use PrettyTableCédric Ollivier1-2/+4
2017-05-06Implement TestCase __str__()Cédric Ollivier1-0/+33
2017-05-05Rename TestCase check_result() to is_successful()Cédric Ollivier1-8/+8
2017-05-05Print the real testcase durationCédric Ollivier1-1/+28
2017-04-26Manage criteria in TestCaseCédric Ollivier1-9/+60
2017-04-26Switch TestCase attribute criteria to resultCédric Ollivier1-14/+14
2017-04-11Modify TestCase constructor attributesCédric Ollivier1-5/+6
2017-04-04Add case_name as constructor argCédric Ollivier1-5/+10
2017-03-28Fully fix pylint warnings in test_testcaseCédric Ollivier1-0/+7
2017-03-28Rename test_testcase_base to test_testcaseCédric Ollivier1-0/+103