assert_property_raises_NotImplementedError#

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

Test that a property raises NotImplementedError.

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

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

Return type:

None