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

python: renamed unit tests for ittapi.compat #158

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

mk-srivastava
Copy link
Contributor

@mk-srivastava mk-srivastava commented Sep 10, 2024

To run the unit tests for ittapi.compat with pytest, we will have to execute each unit test one by one. The pytest can run all the tests present in a folder only if the file name starts with test_ or end with _test.py.

The changes are related to aid this by renaming the unit tests to follow the naming convention, so that all the tests can be run in a single go.

@eparshut eparshut changed the title Renaming the unit testcases for ittapi.compat python: renamed unit tests for ittapi.compat Sep 10, 2024
@eparshut eparshut merged commit 9db30bb into intel:master Sep 10, 2024
14 checks passed
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