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