Skip to content

B-6LOH-conventions

For unit tests, the test files should sit as peers and use a naming convention of *_test.<ext> or *.test.<ext> where <ext> is the file extension for the language being used (e.g., .js, .py, .java). This convention helps to easily identify test files and allows testing frameworks to automatically discover and run them.


← Back to Backlog