Skip to content

Write tests for test-combining module#53

Merged
sandypreiss merged 3 commits intomainfrom
test-combined-tests
Oct 22, 2025
Merged

Write tests for test-combining module#53
sandypreiss merged 3 commits intomainfrom
test-combined-tests

Conversation

@sandypreiss
Copy link
Collaborator

@sandypreiss sandypreiss commented Oct 8, 2025

Write tests for test-combining module

Description

combine_tests.py got merged a while back without being unit tested. We decided this was okay, because the logic is fairly simple. Now getting around to testing it appropriately.

Closes #35

PR Type

  • Feature (intended to merge)
  • Experiment (not intended to merge)

Feature checklist

  • I have written tests for all new functionality
  • All tests pass
  • I have conducted a successful integration test (eg, run an experiment to test new functionality, or run the model locally without errors)
  • All new functionality is documented thoroughly (informative comments, docstrings, README updates if appropriate)

Tweaks for consistency and clarity in test_combine_tests.py -
comments, docstrings, variable naming, etc
Copy link
Collaborator

@korourke5 korourke5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Sandy. I was able to run the tests from my machine and they passed. The tests seem to make sense to me.

@sandypreiss sandypreiss merged commit a0c7ffd into main Oct 22, 2025
2 checks passed
@sandypreiss sandypreiss deleted the test-combined-tests branch October 22, 2025 14:24
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.

Write Unit Tests for Combine Test screening scenarios

2 participants