Fix pylint warnings in test_testcase_base 87/31787/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 26 Mar 2017 10:08:32 +0000 (12:08 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 26 Mar 2017 12:01:40 +0000 (14:01 +0200)
commite7440f39c66121cf915f156897c0a7d0e2af2951
tree7fbdec4b3acd81fde2d825f31325faf829efa578
parente4d7506a5a21550a89f897dfaea3f0dcae352e5b
Fix pylint warnings in test_testcase_base

It takes into account the following warnings:
  - wrong-import-order
  - no-value-for-parameter

The 'no-value-for-parameter' warnings are false positive. The added
default values are useless but avoid them.

Change-Id: I50d0af178d9da668a3c72e75f5af467d36ca0e6a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
functest/tests/unit/core/test_testcase_base.py