-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrate test for extension to functional tests #5374
Conversation
Pull Request Test Coverage Report for Build 1493913021
π - Coveralls |
Just FYI: This should also block #5349! |
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.
I'll leave that one up to you. It's definitely an improvement. (Just difficult to review the change.)
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.
Yeah quite difficult to review this. I'm leaning to trusting you on this one, it's just tests anyway so no real danger of breaking things immediately.
Thank you for your trust π But to explain better : As we did not change pylint's code the functional test are simply solidifying the current behavior of the code. The tests I removed were opening the file from |
This permit to upgrade the fixtures in pre-commit.
7969d8d
to
14f7b7c
Compare
Just noticed something. We do have the |
822b650
to
e67026d
Compare
Done, alongside some renaming, directory representing the name of the plugin creation and some name cleanup. |
Type of Changes
Description
Migrate all the extensions tests that are reading files to the functional tests that permits to test more and are easier to understand.
Refactor prior to #5369