Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 195 Bytes

conventions.md

File metadata and controls

5 lines (4 loc) · 195 Bytes

Best Practices, Standards, and Conventions

Testcase naming convention:

  • All tests should be placed under ./testcase/<TESTNAME>.
  • All test functions should be named: Test<TESTNAME>.