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
std globals aliases would make writing a std faster.
assert.error: args: - type: function - type: string required: false assert.Error: args: - type: function - type: string required: false assert.has_error: args: - type: function - type: string required: false assert.no_error: args: - type: function - type: string required: false assert.no_has_error: args: - type: function - type: string required: false assert.has_no_error: args: - type: function - type: string required: false
↓
assert.error: args: - type: function - type: string required: false aliases: - assert.Error - assert.has_error - assert.no_error - assert.no_has_error - assert.has_no_error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
std globals aliases would make writing a std faster.
Example:
↓
The text was updated successfully, but these errors were encountered: