Beispiel #1
0
 def test_empty(self):
     empty_store = EntityStore(self.db, 'none_of_these')
     self.assertEqual(type(empty_store.all()), EntityList)
     self.assertEqual(str(empty_store), 'Empty list')