Age | Commit message (Expand) | Author | Files | Lines |
2017-05-30 | Fix a typo in docstring |  Cédric Ollivier | 1 | -1/+1 |
2017-05-30 | Define create_snapshot() and clean() in TestCase |  Cédric Ollivier | 1 | -0/+50 |
2017-05-17 | Fix an unorderable types error (if python 3) |  Cédric Ollivier | 1 | -0/+1 |
2017-05-16 | Switch from generate_report to PrettyTable |  Cédric Ollivier | 1 | -1/+1 |
2017-05-11 | Modify TestCase.__str__() to use PrettyTable |  Cédric Ollivier | 1 | -6/+10 |
2017-05-10 | Merge "Conform ODL with last framework updates" |  Morgan Richomme | 1 | -4/+5 |
2017-05-09 | Conform ODL with last framework updates |  Cédric Ollivier | 1 | -4/+5 |
2017-05-06 | Implement TestCase __str__() |  Cédric Ollivier | 1 | -1/+16 |
2017-05-05 | Rename TestCase check_result() to is_successful() |  Cédric Ollivier | 1 | -2/+2 |
2017-05-05 | Print the real testcase duration |  Cédric Ollivier | 1 | -0/+18 |
2017-05-04 | Define loggers as class-private members |  Cédric Ollivier | 1 | -7/+8 |
2017-05-04 | Delete functest.utils.functest_logger |  Cédric Ollivier | 1 | -2/+2 |
2017-04-26 | Manage criteria in TestCase |  Cédric Ollivier | 1 | -5/+17 |
2017-04-26 | Switch TestCase attribute criteria to result |  Cédric Ollivier | 1 | -12/+12 |
2017-04-21 | Switch testcase to test case in docstrings |  Cédric Ollivier | 1 | -4/+4 |
2017-04-20 | Minor changes in docstrings |  Cédric Ollivier | 1 | -11/+12 |
2017-04-18 | Add docstings in feature.py |  Cédric Ollivier | 1 | -1/+1 |
2017-04-18 | Fix Sphinx warnings/errors |  Cédric Ollivier | 1 | -1/+3 |
2017-04-14 | Add class attribute docstrings in testcase.py |  Cédric Ollivier | 1 | -0/+7 |
2017-04-11 | Modify TestCase constructor attributes |  Cédric Ollivier | 1 | -3/+3 |
2017-04-04 | Add case_name as constructor arg |  Cédric Ollivier | 1 | -2/+3 |
2017-03-27 | Add docstrings in testcase.py |  Cédric Ollivier | 1 | -0/+51 |
2017-03-27 | Rename testcase_base to testcase |  Cédric Ollivier | 1 | -0/+64 |