pik-piam / sodym

MIT License
0 stars 2 forks source link

Use pip requirements, add github actions #54

Closed SallyDa closed 4 days ago

SallyDa commented 1 month ago

Automated formatting with black. Automated running of tests with pytest (including installing dependencies with pip).

We can discuss whether we want to use black or something else, whether we want these formatting changes to be committed automatically (as done here), and whether we want to use pip or poetry for dependencies (didn't get the tests running automatically using the poetry environment, but could spend more time looking into this). We can also discuss if we want anything else automated, and if we want these checks/commits to apply to other branches than main.