We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cd68b commit a7502cbCopy full SHA for a7502cb
tests/test_main.py
@@ -15,6 +15,8 @@ class TestRedisMCPServer:
15
16
def test_init_prints_startup_message(self, capsys):
17
"""Test that RedisMCPServer initialization prints startup message."""
18
+ server = RedisMCPServer()
19
+
20
captured = capsys.readouterr()
21
assert "Starting the Redis MCP Server" in captured.err
22
0 commit comments