Update CLAUDE.md

This commit is contained in:
Thomas Farstrike
2025-11-23 05:47:06 +01:00
parent c3e0a1ceca
commit 6096f4ced5
+1
View File
@@ -243,6 +243,7 @@ Run manual tests with:
- Tests should be runnable on desktop (unix build) without hardware dependencies
- Use descriptive test names: `test_<what_is_being_tested>`
- Group related tests in test classes
- **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.
**Example test structure**:
```python