-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix: adjust path to run only unit tests #5184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not ideal because there are many unit tests that are not inside the unit folder. That's why it was set like this.
Pytest allows specifying multiple locations where the tests to be executed are stored. |
Moving them seems to be the better option. |
3263b5d
to
ae6e5c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
0d6df0b
to
33a5ba3
Compare
* fix: adjust path to run only unit tests * style: split unit test command for readability
* fix: adjust path to run only unit tests * style: split unit test command for readability
Adjusted the Makefile to run only unit tests and improved readability by splitting the test command into multiple lines