-
-
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
Move TestDocstringCheckerYield
to functional tests
#5435
Conversation
Pull Request Test Coverage Report for Build 1517451127
π - Coveralls |
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've tried to keep a somewhat sane commit history. This was quite a lot of work
Yeah, I can see that, my bad, I'll trust you for the next one π It's really easy to check with a commit for each thank you. On the other hand copy pasting code is not something with a high probability of mistake either (the 'touchy' part is the config and if it's important and forgotten the test will fail without it).
I just have a remark regarding the place where the functional test were added. Right now extension's functional tests are in tests/functional/ext/extension_name
, could you move it in docparams ? I know it's not really organized right now. In particular it's not intuitive that extension should be in ext
and not their first letter dir right now. This is something we'll likely discuss in #5396
No I think it was actually a fair comment. I just should have split the test into the different styles from the beginning and not at the end. That would have made the history a lot clearer. I will keep that in mind for the other
Will do! I guess you approve of the rest? I'll merge after the move then! |
Yeap :) ! |
Type of Changes
Description
@Pierre-Sassoulas I've tried to keep a somewhat sane commit history..
This was quite a lot of work and there are 4/5 files like this π’