VTL: VppTestResult: Must implement empty constructor. 43/16843/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 16 Jan 2019 19:12:50 +0000 (11:12 -0800)
committerOle Trøan <otroan@employees.org>
Tue, 22 Jan 2019 10:12:39 +0000 (10:12 +0000)
commit1ec06fffca58f9af0205e26fffb4b86383d01dc9
treec95f22dfe29fb16c6f284e96b5fe04afc0163e98
parent0655505c01c31ade8014528eaa2c2d52e4af1ea7
VTL: VppTestResult: Must implement empty constructor.

Subclasses of (unittest.TestResult|unittest.TextTestResult) must implement an empty constructor.

The standard python library unittests depend on the empty constructor.

Change-Id: I6d1bd2e7d6996d85a9da66cb7d40af0ed3c30e2b
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py