You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a recommended structure for tests in rules repositories? Scanning over a few of the other ones they look inconsistent in where they put their tests.
I'm not sure if a best practice has been established. But I can share with you what I did with the Closure Rules repository. I put my tests in the following directories:
All tests are implemented as rules. This way Jenkins (ci.bazel.io) will know how to run them. Closure Rules has to use a bunch of private testing rules like file_test to aid with this.
I've noticed this repository doesn't have any test targets. Consider adding some.
The text was updated successfully, but these errors were encountered: