"""Tests for add_label_next_order_amount function.""" def test_adds_next_order_amount_column(self, sample_orders_with_dates): """Test that the function adds the label ...
def test_load_definitions_loads_linked_services(self, fixtures_dir): defs = load_adf_definitions(fixtures_dir) assert "ls_databricks_existing_cluster" in defs.linked ...