mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-05-07 06:30:02 +00:00
- Remove unused unittest.mock.patch import (F401) - Mark hardcoded /tmp/test.p8 path with noqa S108 (only used for is_apple_iap_enabled check, no file actually accessed) - Replace pytest.raises(Exception) with pytest.raises(ValidationError) for Pydantic schema validation tests (B017)