Changeset fd1913f in flexoentity for tests/test_flexoid.py
- Timestamp:
- 11/20/25 12:01:11 (8 weeks ago)
- Branches:
- master
- Children:
- 9592936
- Parents:
- 32fdc4a
- File:
-
- 1 edited
-
tests/test_flexoid.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/test_flexoid.py
r32fdc4a rfd1913f 134 134 def test_parsed_returns_expected_dict(): 135 135 fid = FlexOID("GEN-I251101-ABCDEF123456@007S") 136 data = fid. parsed()136 data = fid.to_dict() 137 137 assert data["domain_id"] == "GEN" 138 138 assert data["entity_type"] == "I"
Note:
See TracChangeset
for help on using the changeset viewer.
