Open GilesStrong opened 4 years ago
:wave: Want a PR for this?
Hi @matthewfeickert, yes please, that would be a great help! I recently followed the HSF CI/CD course, so am a bit more familiar with Actions, now, but your experience would certainly be welcome.
Also, I'm planning to include some CI tests for the next release (currently I use the examples as tests, but they take a few hours to complete so aren't suitable). Do you have any recommendations for which testing package to use? For a past project I used unittest and nose, but I know that pytest is popular, too.
Thanks!
I don't know too much about Github actions, but certainly something like "Publish Python Package" could be useful, since its a time-consuming process that is easy to get wrong, or forget how to do. Maybe an action to generate the docs templates, as well, could be good.