test.model.test_base: Add test for function update_from for base.Referable
Compare changes
+ 25
− 0
@@ -16,6 +16,7 @@ from typing import Optional, List
@@ -265,6 +266,30 @@ class ReferableTest(unittest.TestCase):
This adds the missing test for model.base.Referable.update_from()
.