CURENT / agvis

Geo-visualization for energy system
https://ltb.curent.org
GNU General Public License v3.0
7 stars 5 forks source link

Quality: Tests for CI #24

Closed jinningwang closed 9 months ago

jinningwang commented 1 year ago

Create code tests to ensure the code quality. For now, we can cover the python code part first, such as the independent data reader and the backend framework.

Additionally, some GitHub actions can be added to alleviate manual efforts. Such as actions to automatically publish to PyPi and Conda.

Reference: ANDES code test ANDES GiiHub workflow pytest CI/CD in software development

jinningwang commented 9 months ago

Close as Zack solved this.