feat: Add server address and port options for browser mode

This commit is contained in:
Matej Urbas 2025-05-18 07:54:23 +01:00
parent 543e5570ae
commit 49a82e79e5
4 changed files with 33 additions and 3 deletions

View file

@ -6,7 +6,7 @@ from aider.main import main
class TestBrowser(unittest.TestCase):
@patch("aider.main.launch_gui")
@patch("aider.main.launch_gui", autospec=True)
def test_browser_flag_imports_streamlit(self, mock_launch_gui):
os.environ["AIDER_ANALYTICS"] = "false"