fix(skills): avoid sdk test __init__ file creation (#9845)

This commit is contained in:
Hugo Pereira Brito
2026-01-21 15:31:57 +01:00
committed by GitHub
parent 9ffa0043ab
commit ca2f3ccc1c

View File

@@ -272,6 +272,8 @@ tests/providers/{provider}/services/{service}/
└── {check_name}_test.py # Check tests
```
NOTE: Do not create a `__init__.py` file in the test folder.
---
## Required Test Scenarios