3
0
Fork 0

fix: add GridWidget and form.set_grid() for convenience

omg how did i not do this sooner
This commit is contained in:
Lance Edgar 2024-12-09 20:56:09 -06:00
parent f68fe26ada
commit 40562c126e
8 changed files with 117 additions and 17 deletions

View file

@ -100,7 +100,7 @@ class TestObjectRef(DataTestCase):
self.assertIsNotNone(person.uuid)
typ = mod.ObjectRef(self.request)
value = typ.serialize(node, person)
self.assertEqual(value, person.uuid)
self.assertEqual(value, person.uuid.hex)
def test_deserialize(self):
model = self.app.model