-
Notifications
You must be signed in to change notification settings - Fork 768
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
[READY] Fix Python support tests on Windows #396
Conversation
I agree that we should have a separate I don't think duplicated assertion code (which are just data declarations) is a big deal. IMO it's the non-assertion boilerplate in tests that needs to be factored out, not the assertions themselves. |
It looks like Review status: 0 of 4 files reviewed at latest revision, all discussions resolved. Comments from the review on Reviewable.io |
What would be a good name for both? We actually want to test two different things, native Review status: 0 of 4 files reviewed at latest revision, all discussions resolved. Comments from the review on Reviewable.io |
Reviewed 5 of 5 files at r1. Comments from the review on Reviewable.io |
a76d3af
to
9a8b7d4
Compare
Updated with a simpler approach. Comments from the review on Reviewable.io |
I'm sold. :) Thanks for this! @homu r+ Reviewed 1 of 1 files at r2. Comments from the review on Reviewable.io |
📌 Commit 9a8b7d4 has been approved by |
[READY] Fix Python support tests on Windows Fix tests by using a specific `compile_commands.json` for Windows. Refactor them to reduce code duplication. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/396) <!-- Reviewable:end -->
☀️ Test successful - status |
Fix tests by using a specific
compile_commands.json
for Windows. Refactor them to reduce code duplication.