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

Organize unit tests into directories #221

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Organize unit tests into directories #221

merged 1 commit into from
Dec 17, 2024

Conversation

dyastremsky
Copy link
Contributor

As GenAI-Perf has expanded, so too has its unit testing. There are now many unit tests.

For the unit tests that fall into common buckets, move them into their own directories. This makes it easier to, for example, find or run all of the converter tests. This will have no impact on how unit tests are run otherwise (i.e. running pytest will still run all of the tests).

Organize unit tests into directories
@dyastremsky dyastremsky self-assigned this Dec 16, 2024
@dyastremsky dyastremsky marked this pull request as ready for review December 16, 2024 23:28
Copy link
Contributor

@debermudez debermudez left a comment

Choose a reason for hiding this comment

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

Assuming this is a move and the unit tests pass the CI, this is good to go. Thanks for this clean up @dyastremsky.

@dyastremsky dyastremsky merged commit 0f0d58a into main Dec 17, 2024
6 of 7 checks passed
@dyastremsky dyastremsky deleted the dyas-test-org branch December 17, 2024 18:04
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.

2 participants