assert_property_isconcrete#
- pybrops.test.assert_python.assert_property_isconcrete(obj, name)[source]#
Assert an object has an concrete property. Must have several attributes:
have the property
have a docstring for the property
fget, fset, fdel methods must be concrete if they are defined.
- Parameters:
obj (object) – Any Python object.
met (str) – Name of the method to test
- Return type:
None