This is a cosmetic change.
Most of the tests were started by copying the 'test_api_base', and the main
class was not re-named from 'TestCreateCopy' to something else. Let's do this
now.
Change-Id: Iba87c5094cbb8d217682e5c89df1f2441d2b70bc
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
except ImportError:
import unittest
-class TestCreateCopy(unittest.TestCase):
+class TestCompat(unittest.TestCase):
"""The test class for this unit test."""
def test(self):
_check_ranges(f_image, filemap, first_block, blocks_cnt, unmapped,
"unmapped")
-class TestCreateCopy(unittest.TestCase):
+class TestFilemap(unittest.TestCase):
"""
The test class for this unit tests. Basically executes the '_do_test()'
function for different sparse files.