-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement XML Report Generation and Expand Testing
- Imported xml.etree.ElementTree module in report.py for XML support. - Introduced `generate_optimal_orientation_xml_report` method in ReportGenerator. - The new method generates an XML formatted report of optimal solar panel orientations. - Extended the `ReportGenerator` class to include data serialization into XML format. - Augmented unit tests to validate XML report output in test_pysolorie.py. - Ensured consistency and efficacy of the XML report content through comprehensive testing.
- Loading branch information
1 parent
5b5067f
commit 3a8383f
Showing
2 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters