Delete wrong docstring 26/72626/3
authorVincent Danno <vincent.danno@orange.com>
Tue, 1 Jun 2021 19:00:36 +0000 (21:00 +0200)
committerVincent Danno <vincent.danno@orange.com>
Wed, 2 Jun 2021 18:50:39 +0000 (18:50 +0000)
This seems an unfortunate copy-paste from the file feature.py

Signed-off-by: Vincent Danno <vincent.danno@orange.com>
Change-Id: If4c8eec10616f0dce3f1ac90abb0c2e78aeae11d

xtesting/core/mts.py

index d6865a6..0530b84 100644 (file)
@@ -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