We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testmodules should be tested with Test2::API::intercept(). The workaround with SelfTest is not needed.
Test2::API::intercept()
SelfTest
See https://metacpan.org/pod/Test2::Manual::Tooling::Testing. See also #495 .
The text was updated successfully, but these errors were encountered:
Issue #508: eliminate the attribute SelfTest
8be6210
Issue #508: eliminate _Print()
1b699ea
Issue #508: just a code comment
9ab5340
Merge pull request #509 from RotherOSS/issue-#508-SelfTest
83f6be1
Issue #508 self test
The attribute SelfTest' and the method _Print()` are eliminated. Tests look good. Closing this issue.
SelfTest' and the method
Sorry, something went wrong.
bschmalhofer
No branches or pull requests
Testmodules should be tested with
Test2::API::intercept()
. The workaround withSelfTest
is not needed.See https://metacpan.org/pod/Test2::Manual::Tooling::Testing. See also #495 .
The text was updated successfully, but these errors were encountered: