Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 333 Bytes

File metadata and controls

12 lines (7 loc) · 333 Bytes

YOLO Development

Always consult SPEC.md, README.md, and tests/ before making changes. The spec and tests must be kept in sync with the code.

Testing

bats tests/ — requires bats-core and the submodules in tests/test_helper/.

Branching

main is the primary branch. enhs is used for enhancement batches.