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

Add unit tests for tuning/config/configs.py #72

Open
tedhtchang opened this issue Mar 5, 2024 · 2 comments
Open

Add unit tests for tuning/config/configs.py #72

tedhtchang opened this issue Mar 5, 2024 · 2 comments

Comments

@tedhtchang
Copy link
Collaborator

tedhtchang commented Mar 5, 2024

Is your feature request related to a problem? Please describe.

Add unit tests for the tuning/config/configs.py module.

Describe the solution you'd like

If possible, each function should have test cases in the file tests/config/test_configs.py
and pass test with the command pytest tests/config/test_configs.py

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context about the feature request here.

@tedhtchang
Copy link
Collaborator Author

I realized a lot of the unit tests have been covered by the the PR#83 so I think we should close this issue unless we have other test cases.

@tedhtchang
Copy link
Collaborator Author

PR#94 also tested configs module.

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 a pull request may close this issue.

1 participant