diff --git a/tests/test_results_import.py b/tests/test_results_import.py index 7f8df098..e3498079 100644 --- a/tests/test_results_import.py +++ b/tests/test_results_import.py @@ -96,6 +96,7 @@ class TestResultsImport(TestCase): def test_energy_plus_results_import(self): ResultFactory('energy_plus_workflow', self._city, self._example_path).enrich() for building in self._city.buildings: + print(building.name) print(building.heating_demand) print(building.cooling_demand) diff --git a/tests/tests_data/summerschool_one_building_out.csv b/tests/tests_data/12_out.csv similarity index 100% rename from tests/tests_data/summerschool_one_building_out.csv rename to tests/tests_data/12_out.csv