Skip to content
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

Setup unit tests with pytest & nf-test #4

Merged
merged 15 commits into from
Oct 3, 2023
Merged

Setup unit tests with pytest & nf-test #4

merged 15 commits into from
Oct 3, 2023

Conversation

kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Oct 3, 2023

Changes

Adds test files for the modules we have so far, and github actions workflows to run the tests. Currently they all use pytest, but it is possible to use nf-test instead.

Issues

Resolves #1

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • [ ] Write unit tests for any new features, bug fixes, or other code changes. testing framework not yet implemented
  • [ ] Update docs if there are any API changes. on hold until before public release
  • Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/

@kelly-sovacool kelly-sovacool merged commit 410475a into main Oct 3, 2023
11 checks passed
@kelly-sovacool kelly-sovacool deleted the tests branch October 3, 2023 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up testing framework with GitHub Actions
1 participant