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:
2025-11-11 19:53:22 +01:00
parent da0f3f4fe0
commit 617c5f9aed
12 changed files with 63 additions and 25 deletions
+1 -1
View File
@@ -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):