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
Feature-by-example:
from grappa import context def test_foo(): with context('some human description about the test'): 'foo' | should.be.a(str)
The text was updated successfully, but these errors were encountered:
feat(#36): add allowed assertion attributes on error
df42d48
Maybe let this kind of feature to test runners like mamba and keep focus on assertions.
Sorry, something went wrong.
h2non
No branches or pull requests
Feature-by-example:
The text was updated successfully, but these errors were encountered: