Skip to content

Commit 6096f4c

Browse files
Update CLAUDE.md
1 parent c3e0a1c commit 6096f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ Run manual tests with:
243243
- Tests should be runnable on desktop (unix build) without hardware dependencies
244244
- Use descriptive test names: `test_<what_is_being_tested>`
245245
- Group related tests in test classes
246+
- **IMPORTANT**: Do NOT end test files with `if __name__ == '__main__': unittest.main()` - the `./tests/unittest.sh` script handles running tests and capturing exit codes. Including this will interfere with test execution.
246247

247248
**Example test structure**:
248249
```python

0 commit comments

Comments
 (0)