-
Notifications
You must be signed in to change notification settings - Fork 580
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
Make LocalBearTestHelper robust #36
Comments
@AbdealiJK I think we should support both, it's nice to have those simple tests sometimes IMO |
From @AbdealiJK on December 8, 2015 13:59 Yes, i meant it as an optional thing On Tue, Dec 8, 2015 at 7:18 PM, Lasse Schuirmann notifications@github.com
|
The helper should also create the actual files so it can be used well with linters that use file input. |
What would be the best way to specify the line and column numbers for each invalid file? |
Simple list of line,col tuple? -----Original Message----- What would be the best way to specify the line and column numbers for each invalid file? |
So something like:
|
I think we should check against |
This issue was moved to coala/coala#2862 |
From @AbdealiJK on December 8, 2015 13:31
Currently,
LocalBearTestHelper
simply checks if there are results that are yielded or not.Would be considerably better is we give it a list of line, cols where the result should yield in a given file.
Copied from original issue: coala/coala#1111
The text was updated successfully, but these errors were encountered: