openclimatefix / india-api

API India solar and wind data
2 stars 12 forks source link

service to send csv via email #48

Closed aryanbhosale closed 3 months ago

aryanbhosale commented 7 months ago

Pull Request

Description

I have made use of fastapi and fastmail to send csv data to the specified email with the constructed email body. I have also added an additional function that can be used in the future to send mail with the background tasks going on(as an upgrade).

Fixes #

How Has This Been Tested?

I have run pytest in order to test it but i run into 3 errors. Any help would be greatly appreciated.

Checklist:

aryanbhosale commented 7 months ago

Errors faced when running pytest: image image image image image image

aryanbhosale commented 7 months ago

All 14 tests passed locally, but here the unit tests are failing, any help please?