-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add automated testing for pytest
through GitHub Actions
#55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic, @d33bs! Thanks for adding those missing files with the guidelines for contributing and the code of conduct. They look great. I wonder if we should enable Discussions in this project.
I'm having some internet issues on campus, so I'll try to post this comment for now and continue later.
Can we add a license here? Re: #58 - somewhat time sensitive (this week would be great) as we're trying to wrap up the final progress report for this grant. |
Sure thing @miltondp ! I noticed that the |
Let's use what Casey suggested: |
Thanks @miltondp and @cgreene for taking a look at this PR, thank you @falquaddoomi for the review approval! Merging this in now. |
This PR adds automated testing for
pytest
through GitHub Actions on PR and push to themain
branch as a prerequisite of #52. These tests have a chance of not running on this PR due to this being my first contribution to this repository (a GitHub security constraint). I've attempted to test this workflow as best as possible (manually, as attempting to useact
resulted in errors related to actions/setup-python#401).While I was working through this I noticed there was no
CONTRIBUTING.md
orCODE_OF_CONDUCT.md
. I've added these with some template information that has been slightly modified to meet the needs here.Please don't hesitate to let me know if you have any questions - look forward to any feedback you may have!
Closes #53