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
The project MUST use at least one automated test suite that is publicly released as FLOSS (this test suite may be maintained as a separate FLOSS project). The project MUST clearly show or document how to run the test suite(s) (e.g., via a continuous integration (CI) script or via documentation in files such as BUILD.md, README.md, or CONTRIBUTING.md). [test]
A test suite SHOULD be invocable in a standard way for that language. [test_invocation]
It is SUGGESTED that the test suite cover most (or ideally all) the code branches, input fields, and functionality. [test_most]
It is SUGGESTED that the project implement continuous integration (where new or changed code is frequently integrated into a central code repository and automated tests are run on the result). [test_continuous_integration]
The text was updated successfully, but these errors were encountered:
OpenSSF Best Practices Badge Program
Quality
Automated test suite
The text was updated successfully, but these errors were encountered: