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

[FEATURE] Tests #139

Open
5 tasks
tikhomirovd opened this issue Feb 18, 2025 · 0 comments
Open
5 tasks

[FEATURE] Tests #139

tikhomirovd opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tikhomirovd
Copy link
Collaborator

🚀 Feature Proposal

Write Tests for All Basic Experiments in HypEx

Motivation

Currently, HypEx provides a variety of experimental setups, but there is no comprehensive test coverage ensuring that all available parameters in these experiments function correctly. Implementing thorough tests will enhance the stability and reliability of the library.

Feature Description

  • Develop unit tests for all basic experiments in HypEx.
  • Ensure that every available parameter in each experiment is tested.
  • Validate both expected outputs and error handling cases.
  • Implement parameterized tests to efficiently cover multiple configurations.
  • Integrate tests into the existing CI pipeline.

Potential Impacts

  • Increased stability and reliability of HypEx experiments.
  • Early detection of issues related to parameter configurations.
  • Improved confidence in experiment results for users.

Alternatives

  • Manual verification of experiment parameters (inefficient and error-prone).
  • Relying on user reports instead of proactive testing.

Additional Context

  • Follow existing test framework and structure in the repository.
  • Use pytest parameterization for exhaustive testing.
  • Ensure tests cover both expected and edge cases.

Checklist

  • Identify all basic experiments in HypEx.
  • List all available parameters for each experiment.
  • Implement unit tests covering all configurations.
  • Integrate tests into CI/CD pipeline.
  • Review and refine test cases before merging.
@tikhomirovd tikhomirovd added the enhancement New feature or request label Feb 18, 2025
@tikhomirovd tikhomirovd added this to the 1.0.0 milestone Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants