[doc][verify] Some more changes in docs before release

Change-Id: I3866ed82484f7d669c8c903d39d0eaff0ba3b6c2
This commit is contained in:
Yaroslav Lobankov 2017-01-26 13:58:07 +04:00
parent bc63457d4b
commit 656716cb39

View File

@ -90,7 +90,6 @@ FakeTool is a tool which doesn't require configuration and installation.
# Let's implement method `run` to return random data.
def run(self, context):
totals = {"tests_count": len(self.TESTS),
"tests_duration": 0,
"failures": 0,