Builder list factory

This commit is contained in:
Cameron Dehning 2023-04-08 01:34:47 +00:00 committed by James Westman
parent 0cf9a8e4fc
commit a2fb86bc31
9 changed files with 98 additions and 1 deletions

View file

@ -169,6 +169,7 @@ class TestSamples(unittest.TestCase):
self.assert_sample("flags")
self.assert_sample("id_prop")
self.assert_sample("layout")
self.assert_sample("list_factory")
self.assert_sample("menu")
self.assert_sample("numbers")
self.assert_sample("object_prop")