Changeset 2f650ac in flexoentity for tests/conftest.py
- Timestamp:
- 10/22/25 14:22:21 (3 months ago)
- Branches:
- master
- Children:
- 3d16c35
- Parents:
- 859e2b1
- File:
-
- 1 edited
-
tests/conftest.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/conftest.py
r859e2b1 r2f650ac 3 3 import pytest 4 4 import json 5 from flexoentity import FlexoEntity, EntityType, EntityState 5 from flexoentity import FlexoEntity, EntityType, EntityState, Domain 6 6 7 7 … … 34 34 """Generic FlexoEntity-like instance in draft state.""" 35 35 return DummyEntity( 36 domain= "AF",36 domain=Domain(domain="SIG", etype=EntityType.DOMAIN, state=EntityState.DRAFT, fullname="Signal Corps", classification="RESTRICTED"), 37 37 etype=EntityType.CATALOG, 38 38 state=EntityState.DRAFT,
Note:
See TracChangeset
for help on using the changeset viewer.
