-
Notifications
You must be signed in to change notification settings - Fork 36
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
#208: improve test infrastructure #238
#208: improve test infrastructure #238
Conversation
…//github.com/MustaphaOuchen/IDEasy into feature/208-MockOutToolRepoRefactorTestInfra # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/tool/ToolCommandlet.java
…opy of set up folders is used
…olRepoRefactorTestInfra # Conflicts: # cli/src/main/java/com/devonfw/tools/ide/context/AbstractIdeContext.java
This reverts commit ec81c3c.
Usually I prefer small PRs for individual small stories. Here many different things have collected into a single monster PR what is usually undesired. However, as we all noticed, the test-infrastructure is required for the team to process as otherwise most other PRs are blocked. Also a team-review of this PR would most likely postpone this from a merge for at least a week. |
…241)
Fixes #208
Based on and replacement of the PR #222 work from @MustaphaOuchen