diff options
author | Vincent Danno <vincent.danno@orange.com> | 2021-06-01 21:00:36 +0200 |
---|---|---|
committer | Vincent Danno <vincent.danno@orange.com> | 2021-06-02 18:50:39 +0000 |
commit | 454bef238020d8ac0e986807f34dfc140362b629 (patch) | |
tree | d8920dc10c31639422a17c0c9094978fe7bb8cc8 /xtesting/core | |
parent | c861114b51184c7ba7d551d0f8e108ca262ef4be (diff) |
Delete wrong docstring
This seems an unfortunate copy-paste from the file feature.py
Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: If4c8eec10616f0dce3f1ac90abb0c2e78aeae11d
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 |