Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#353: Implemented pip ToolCommandlet #1114

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

julia-cap
Copy link
Contributor

Fixes #353

Implements:

New DelegatingToolCommandlet Pip which is installed inside the Python folder
Added property for pip to help.properties and help_de.properties
Added entry to CHANGELOG
This PR is blocked by #1073

Note:
Due to this comment in the old pip tool installation script, the following test case should be executed once #38 and #353 have been merged:

On Linux, install Python
Install pip
Install AWS
In case an error occurs, a bug needs to be filed.

- added tool to CommandletManager
- added entries to help.properties
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 13771889927

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 9 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.006%) to 68.477%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java 9 88.59%
Totals Coverage Status
Change from base Build 13770924414: 0.006%
Covered Lines: 7890
Relevant Lines: 11075

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

Implement ToolCommandlet for pip
3 participants