def test_custom_aggregation(self): with extest_util.show_replaced_by_check_graphic(self): custom_aggregation.main()
def test_custom_aggregation(self): with fail_any_deprecation_warnings(): with add_examples_to_path(): import custom_aggregation with show_replaced_by_check_graphic(self): custom_aggregation.main()