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
It would be nice to support warnings when running tests, e.g. if a Printer supports a deprecated operation or attribute, we could write:
EXPECT operations-supported WITH-VALUE 0x0012 DISPLAY-WARNING "The Purge-Jobs operation is DEPRECATED and SHOULD NOT be implemented any longer."
Similarly, we could display a warning for a status code that is unexpected:
STATUS client-error-not-found DISPLAY-WARNING "client-error-not-found is not defined for this operation."
The text was updated successfully, but these errors were encountered:
michaelrsweet
No branches or pull requests
It would be nice to support warnings when running tests, e.g. if a Printer supports a deprecated operation or attribute, we could write:
Similarly, we could display a warning for a status code that is unexpected:
The text was updated successfully, but these errors were encountered: