From 0e4da23888af19d751d351d7617bd3fcdcf8ece1 Mon Sep 17 00:00:00 2001 From: Mattia <5013654+mattiamatrix@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:13:27 +0100 Subject: [PATCH] chore: Remove small changes --- tests/test_pyngeso.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_pyngeso.py b/tests/test_pyngeso.py index 7c080e6..e1f894e 100644 --- a/tests/test_pyngeso.py +++ b/tests/test_pyngeso.py @@ -120,9 +120,6 @@ def test_historic_generation_mix(): headers_row = next(c) first_row = next(c) - print(headers_row) - print(first_row) - assert "DATETIME" in headers_row assert "2009-01-01 00:00:00+00" in first_row assert len(headers_row) == len(first_row) @@ -130,7 +127,6 @@ def test_historic_generation_mix(): @pytest.mark.vcr def test_carbon_intensity_forecast(): - date_col = "datetime" start_date = datetime(2018, 1, 1, 0, 0) end_date = datetime(2018, 1, 1, 23, 30) @@ -352,7 +348,6 @@ def test_historic_demand_data(year: int): @pytest.mark.vcr def test_dx_eac_eso_results_summary(): - date_col = "deliveryStart" start_date = datetime(2023, 11, 2, 23) end_date = datetime(2023, 11, 3, 23)