openclimatefix / Elexonpy

Python package wrapper around Elexon api
2 stars 2 forks source link

Add infrastructure tests #11

Open peterdudfield opened 2 months ago

peterdudfield commented 2 months ago

Detailed Description

Nice to have test that actually hit API and see what happens. Good to keep these seperate from unit tests

peterdudfield commented 1 month ago

I think these are now covered in the new tests, or are all the tests mocked?

14Richa commented 1 month ago

Hi @peterdudfield, The tests generated by Swagger Codegen are mostly mocked: they simulate API responses instead of making real API calls.