aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core/testcase.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-30Fix a typo in docstringCédric Ollivier1-1/+1
2017-05-30Define create_snapshot() and clean() in TestCaseCédric Ollivier1-0/+50
2017-05-17Fix an unorderable types error (if python 3)Cédric Ollivier1-0/+1
2017-05-16Switch from generate_report to PrettyTableCédric Ollivier1-1/+1
2017-05-11Modify TestCase.__str__() to use PrettyTableCédric Ollivier1-6/+10
2017-05-10Merge "Conform ODL with last framework updates"Morgan Richomme1-4/+5
2017-05-09Conform ODL with last framework updatesCédric Ollivier1-4/+5
2017-05-06Implement TestCase __str__()Cédric Ollivier1-1/+16
2017-05-05Rename TestCase check_result() to is_successful()Cédric Ollivier1-2/+2
2017-05-05Print the real testcase durationCédric Ollivier1-0/+18
2017-05-04Define loggers as class-private membersCédric Ollivier1-7/+8
2017-05-04Delete functest.utils.functest_loggerCédric Ollivier1-2/+2
2017-04-26Manage criteria in TestCaseCédric Ollivier1-5/+17
2017-04-26Switch TestCase attribute criteria to resultCédric Ollivier1-12/+12
2017-04-21Switch testcase to test case in docstringsCédric Ollivier1-4/+4
2017-04-20Minor changes in docstringsCédric Ollivier1-11/+12
2017-04-18Add docstings in feature.pyCédric Ollivier1-1/+1
2017-04-18Fix Sphinx warnings/errorsCédric Ollivier1-1/+3
2017-04-14Add class attribute docstrings in testcase.pyCédric Ollivier1-0/+7
2017-04-11Modify TestCase constructor attributesCédric Ollivier1-3/+3
2017-04-04Add case_name as constructor argCédric Ollivier1-2/+3
2017-03-27Add docstrings in testcase.pyCédric Ollivier1-0/+51
2017-03-27Rename testcase_base to testcaseCédric Ollivier1-0/+64