Separate out test_parse_to_value_exception() 55/57455/2
authorJohn O'Loughlin <john.oloughlin@intel.com>
Wed, 16 May 2018 10:00:21 +0000 (10:00 +0000)
committerJohn O'Loughlin <john.oloughlin@intel.com>
Thu, 2 Aug 2018 09:49:04 +0000 (09:49 +0000)
commit00af29d52e4e13f7a58c0b6bddf4ef809e2f72e2
tree7342485636afa5c8574281f112231a76a9bba321
parent74db27b3fc0447cceda2f60e3bf05420d5bad8b9
Separate out test_parse_to_value_exception()

Separate out test_parse_to_value_exception(self)
into 3 different methods:
    test_parse_scanner(self)
    test_parse_parser(self)
    test_parse_reader(self)

This ensures that each side effect is tested, even if one fails.

JIRA: YARDSTICK-940

Change-Id: Ifdc84284c633fe1ddc1acf9cd985c5144030b430
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
yardstick/tests/unit/common/test_template_format.py