Closed it-praktyk closed 5 years ago
@nohwnd, what do you think about assigning it to the same milestone that code will be released?
Sure, but don't start documenting it just yet, maybe some of the changes break compatibility, or will be rejected from the final release, so let's not waste time putting changes in that won't be needed in the end.
The about should part was done in #990
Why is the milestone for 4.4 when this already shipped in 4.2?
IMHO, the wiki page needs review too.
For reference, this is how all the assertion operators can be easily listed import-module pester; & (get-module pester) { $AssertionOperators
I have updated the Should page with missing parts 😄 https://github.com/pester/Pester/wiki/Should
@ClaudioESSilva thank you :) @it-praktyk is there still a reason to keep this open?
Yeap, because I've found - in your comments something what should be added to the wiki.
BTW, can you check if is the syntax correct?
import-module pester; & (get-module pester) { $AssertionOperators
@it-praktyk yes, it's just missing the last curly brace. it should be this:
import-module pester; & (get-module pester) { $AssertionOperators }
This functionality will be published as Get-ShouldOperator
.
In the pull request #959 new assertions were added.
Quotation from the pull request description
An appropriate documentation needs to be aligned with the current code.