-
Notifications
You must be signed in to change notification settings - Fork 36
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
Document correct way to run the tests #258
Comments
"git cl pr" is what I use too. Each unit test can also executed by itself. Do you advocate to note this in README.md? |
Yes, I advocate putting this note in README.md |
Another thing to note is that when you run "git cl presubmit" there is no output which says "ran X number of tests which all succeeded" or similar so it isn't necessarily clear that the tests have actually run. Actually, I have no idea if my ar tests are getting run as part of this or not.... |
git cl pres -v |
I couldn't find anywhere which documented the correct way to run all the tests for the code. At the moment, I've been doing a
git cl presubmit
The text was updated successfully, but these errors were encountered: