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

CI/CD and testing #110

Open
rvosa opened this issue May 3, 2024 · 0 comments
Open

CI/CD and testing #110

rvosa opened this issue May 3, 2024 · 0 comments

Comments

@rvosa
Copy link
Member

rvosa commented May 3, 2024

The current CI/CD pipeline is limited to some very basic checks. It would be better if this was extended to do tests, but the precise scope is to be determined. Some considerations:

  • Apparently, the output of a SnakeMake pipeline can somehow be adapted to a test suite. On small test data this may be good to explore.
  • The code is now largely independent scripts, with some minimal delegation to shared modules. There may be some scope for factoring out more functionality to a reusable modules, which may be unit tested.
  • As different, increasingly larger cases are attempted, the code continues to be modified. It would be good if regressions were tested.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant