mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
feat: Add server address and port options for browser mode
This commit is contained in:
parent
543e5570ae
commit
49a82e79e5
4 changed files with 33 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue