Conversation
|
may I ask what this changes going to achieve? |
|
Of course! |
auvipy
left a comment
There was a problem hiding this comment.
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. |
Nusnus
left a comment
There was a problem hiding this comment.
- 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.