Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 466 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 466 Bytes

The projects in this repository can be used to validate that updates of Diamond hasn't introduced any bugs.

Rules for each project:

  • Must be able to compile with latest version of Diamond.
  • Tests must have a reference to a Github issue if it's a test to ex. a bug fix.
  • Tests should be simple to read and understand.
  • It's preferred to limit one test per project, unless the tests are depending on each other.
  • The projects must be independent of each other.