From 454bef238020d8ac0e986807f34dfc140362b629 Mon Sep 17 00:00:00 2001 From: Vincent Danno Date: Tue, 1 Jun 2021 21:00:36 +0200 Subject: Delete wrong docstring This seems an unfortunate copy-paste from the file feature.py Signed-off-by: Vincent Danno Change-Id: If4c8eec10616f0dce3f1ac90abb0c2e78aeae11d --- xtesting/core/mts.py | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit 1.2.3-korg