feat: rename assistant to rp
feat: update description in main docs: update contributing file docs: update changelog refactor: rename pyproject file version refactor: update help docs feat: add web terminal and minigit tool support feat: improve error handling and increase http timeout
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ def test_main_version(capsys):
|
||||
with pytest.raises(SystemExit):
|
||||
main()
|
||||
captured = capsys.readouterr()
|
||||
assert "RP Assistant" in captured.out
|
||||
assert "rp" in captured.out
|
||||
|
||||
|
||||
def test_main_create_config_success(capsys):
|
||||
|
||||
Reference in New Issue
Block a user