CliDyn / climsight

prototype of a system that provide local climate information
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

Add first tests #16

Closed koldunovn closed 4 months ago

koldunovn commented 7 months ago

Think of how automatic testing should look like. It is not clear to me how to test weinterface - have a look how they do it on streamlit. We also probably have to mock recieving data from LLM somehow.

AntoniaJost commented 7 months ago

Handle exception if water is being clicked (and no address can be retrieved).

AntoniaJost commented 7 months ago

https://docs.streamlit.io/library/api-reference/app-testing

AntoniaJost commented 7 months ago

Handle exception if water is being clicked (and no address can be retrieved).

This should not be an issue anymore after #31 and #(add PR number of osm branch once it's merged)