mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
new linter rules and fixes
This commit is contained in:
parent
c8b887c0d3
commit
b05d0d2703
117 changed files with 1219 additions and 1194 deletions
|
|
@ -10,9 +10,10 @@ def test_server_main_invokes_uvicorn_run(monkeypatch):
|
|||
from types import SimpleNamespace
|
||||
from unittest.mock import patch
|
||||
|
||||
import config.settings as settings_mod
|
||||
import uvicorn as uvicorn_mod
|
||||
|
||||
import config.settings as settings_mod
|
||||
|
||||
# Patch settings used by server.__main__ block.
|
||||
old_get_settings = settings_mod.get_settings
|
||||
mock_settings = SimpleNamespace(host="127.0.0.1", port=9999)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue