assert_property_documentation#

pybrops.test.assert_python.assert_property_documentation(obj, name)[source]#

Test a property for complete documentation.

Parameters:
  • obj (type) – Object type for which the method is attached.

  • name (str) – Name of the method to test.

Return type:

None