mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Enable more type checking rules (#1775)
This commit is contained in:
parent
3dd7373680
commit
fe4f31c2c7
36 changed files with 404 additions and 177 deletions
|
|
@ -353,4 +353,5 @@ class TestCursorCommand:
|
|||
with pytest.raises(SystemExit) as exc_info:
|
||||
await cursor_command("server.py")
|
||||
|
||||
assert isinstance(exc_info.value, SystemExit)
|
||||
assert exc_info.value.code == 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue