(maint) Rename Pester Tests Directory #3345
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description Of Changes
Rename the Pester tests directory to bring it in line with the Pester tests directory used in other products.
Motivation and Context
The Test Kitchen environment has been updated to pull in tests from all of the product repositories. In order to accomplish this without the need for a script for each repository, they are all using the pattern of putting the pester tests under
tests/pester-tests
.Testing
See the Test Kitchen PR: https://gitlab.com/chocolatey/build-automation/chocolatey-test-kitchen/-/merge_requests/177
Operating Systems Testing
Windows 10 and macOS hosts for Test Kitchen.
Ran the Vagrant testing environment - 127 test failures including 5 test container failures. This is the same number of failures as running it on the develop branch.
Change Types Made
Change Checklist
Related Issue
ENGTASKS-2992