Ejemplo n.º 1
0
 def reset_version_guid(self):
     """ Reset version GUID. """
     self.header['$VERSIONGUID'] = guid()
Ejemplo n.º 2
0
 def reset_fingerprint_guid(self):
     """ Reset fingerprint GUID. """
     self.header['$FINGERPRINTGUID'] = guid()
Ejemplo n.º 3
0
def test_guid_string_matches_autocad_pattern():
    assert re.fullmatch(AUTOCAD_PATTERN, guid()) is not None