-
Notifications
You must be signed in to change notification settings - Fork 44
remove pytest classes #125
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
base: master
Are you sure you want to change the base?
Conversation
may I ask what this changes going to achieve? |
Of course! |
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.
your change is increasing number of code rather then reducing, so I was asking, what will be the benefits of the proposed changes
The reason the number of lines increasing instead of decreasing is the newlines insterted between functions (tests). Functions must have 2 lines between them, while methods should have line of difference between them. |
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.
- The PR's title and description are somewhat contradicting.
- I don't understand the motivation for these changes; why?
I updated the description. Do you find it satisfactory ? |
Thank you!
Why? Pytest parametrization is actually a great feature. I’d think we want to upgrade to it, not remove it. Take note |
Thank you for your quick response. |
Pytest Classes are important if we want share parametrization between tests, which is a feature we don't use in vine's tests. This is why i suggest to remove it.
The goal is to remove any code that isn't needed and that clutters the code base.