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

README.md: fix API Testing section for unit tests #383

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

JenySadadia
Copy link
Collaborator

Test directory structure has been changed
to have two separate directories for unit tests and e2e tests named unit_tests and e2e_tests respectively. Fix command to run unit tests in the README.md file by renaming test directory.

Test directory structure has been changed
to have two separate directories for unit tests and
e2e tests named `unit_tests` and `e2e_tests` respectively.
Fix command to run unit tests in the README.md file by
renaming test directory.

Signed-off-by: Jeny Sadadia <[email protected]>
Copy link
Contributor

@gctucker gctucker left a comment

Choose a reason for hiding this comment

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

And I see the GitHub workflow has already been updated so it looks all good.

By the way, this is one reason why having make test avoids updating several places when changing things with an extra level of indirection like in kernelci-core.

@gctucker gctucker added this pull request to the merge queue Oct 16, 2023
Merged via the queue into kernelci:main with commit a39b933 Oct 16, 2023
4 checks passed
@JenySadadia JenySadadia deleted the fix-readme-unit-tests branch October 16, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants