-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update to work with Pester 5+ #148
Labels
4 - Done
Enhancement
NO RELEASE NOTES
Should not be included in the release notes - not enhancing or fixing end product.
Milestone
Comments
JPRuskin
added a commit
to JPRuskin/cChoco
that referenced
this issue
Oct 25, 2021
Pester considers all files named *.Tests.ps1 to be test files. This is the default naming convention. This commit adjusts cChoco test filenames to match this. See: https://pester-docs.netlify.app/docs/usage/file-placement-and-naming#common-convention
JPRuskin
added a commit
to JPRuskin/cChoco
that referenced
this issue
Oct 25, 2021
There were some compatibility issues when running the existing tests in Pester 5, and it was noted that it would be good to update them. This commit does so. Tested using Pester 5.3.1.
7 tasks
JPRuskin
added a commit
to JPRuskin/cChoco
that referenced
this issue
Oct 25, 2021
There were some compatibility issues when running the existing tests in Pester 5, and it was noted that it would be good to update them. This commit does so. Tested using Pester 5.3.1.
JPRuskin
added a commit
to JPRuskin/cChoco
that referenced
this issue
Oct 25, 2021
There were some compatibility issues when running the existing tests in Pester 5, and it was noted that it would be good to update them. This commit does so. Tested using Pester 5.3.1.
JPRuskin
added a commit
to JPRuskin/cChoco
that referenced
this issue
Jul 6, 2023
Pester considers all files named *.Tests.ps1 to be test files. This is the default naming convention. This commit adjusts cChoco test filenames to match this. See: https://pester-docs.netlify.app/docs/usage/file-placement-and-naming#common-convention
JPRuskin
added a commit
to JPRuskin/cChoco
that referenced
this issue
Jul 6, 2023
There were some compatibility issues when running the existing tests in Pester 5, and it was noted that it would be good to update them. This commit does so. Tested using Pester 5.3.1.
corbob
added a commit
that referenced
this issue
Jul 7, 2023
(GH-148) Updates Tests to be compatible with Pester 5
corbob
added
4 - Done
NO RELEASE NOTES
Should not be included in the release notes - not enhancing or fixing end product.
and removed
3 - Review
labels
Jul 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - Done
Enhancement
NO RELEASE NOTES
Should not be included in the release notes - not enhancing or fixing end product.
Describe the solution you'd like
After this comment it was clear that cChoco needs to be updated to work with Pester v5+.
This could be related to #147
The text was updated successfully, but these errors were encountered: