assert_function_raises_NotImplementedError# pybrops.test.assert_python.assert_function_raises_NotImplementedError(fn)[source]# Test that a function raises NotImplementedError. Parameters: fn (function) – Function to test. Return type: None