diff options
Diffstat (limited to 'xtesting/core')
-rw-r--r-- | xtesting/core/mts.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xtesting/core/mts.py b/xtesting/core/mts.py index d6865a61..0530b84c 100644 --- a/xtesting/core/mts.py +++ b/xtesting/core/mts.py @@ -9,11 +9,7 @@ # pylint: disable=too-many-instance-attributes -"""Define the parent classes of all Xtesting Features. - -Feature is considered as TestCase offered by Third-party. It offers -helpers to run any python method or any bash command. -""" +"""Implement a Xtesting driver to run mts suite.""" import csv import logging |