tests: add running_gcov_tests to framework.py 79/25779/2
authorDave Barach <dave@barachs.net>
Tue, 10 Mar 2020 20:59:39 +0000 (16:59 -0400)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Tue, 10 Mar 2020 23:40:35 +0000 (23:40 +0000)
Mark a few code coverage tests appropriately:

@unittest.skipUnless(running_gcov_tests, "part of code coverage tests")
def test_my_coverage_unittest(self):
    <etc>

Almost exactly like "make EXTENDED_TESTS=yes test".

Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Ic6d0a097a608ba93442b3d88252f66f8e6805b97


No differences found