Spaces Data

Minimal test - lines (29, 31)

path: .spaces[1].metrics.loc.cloc
old: 1.0
new: 2.0

path: .spaces[1].metrics.mi.mi_sei
old: 164.32465386598284
new: 173.01115837108193

Code

    def _to_blob(b):
        """Convert a bytestring into a type SQLite will accept for a blob."""
        return buffer(b)                                    # pylint: disable=undefined-variable