RWTH-EBC / FiLiP

FIWARE Library for Python (FiLiP) to work with FIWARE API
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Unittest via Github actions #315

Open djs0109 opened 1 month ago

djs0109 commented 1 month ago

Describe the solution you'd like Right now we have a fiware instance hosted on our server. So that the unittest is not 100% environment independent. For long term it will make more sense to completely automize the test including setting up a temporary fiware instance.

Helpful links