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