Changeset e458b5a in flexoentity for tests/conftest.py
- Timestamp:
- 11/27/25 10:17:08 (7 weeks ago)
- Branches:
- master
- Children:
- 9a50e0b
- Parents:
- 0fbb01a
- File:
-
- 1 edited
-
tests/conftest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/conftest.py
r0fbb01a re458b5a 59 59 return cls() 60 60 61 def to_dict(self): 62 base = super().to_dict() 63 base.update({ 61 def _serialize_content(self): 62 return { 64 63 "text": self.text, 65 64 "options": [opt.to_dict() for opt in self.options], 66 }) 67 return base 65 } 68 66 69 67 @property
Note:
See TracChangeset
for help on using the changeset viewer.
