assert_method_raises_NotImplementedError# pybrops.test.assert_python.assert_method_raises_NotImplementedError(obj, name)[source]# Test that a method raises NotImplementedError. Parameters: obj (type) – Object type for which the method is attached. name (str) – Name of the method to test. Return type: None