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
Allow me to explain.
The following assertion fails as expected:
True | should.be.false
Neither of the following fail:
expect(True).to.be.false should(True).be.false
I think this is a bug, and I'd love to contribute if pointers are given
The text was updated successfully, but these errors were encountered:
Seems to solve grappa-py#53
177839a
Make run_accessor matches run_matcher code. The error may be on line 34 where self.test._trigger() wasn't trigger.
fbaf340
No branches or pull requests
Allow me to explain.
The following assertion fails as expected:
Neither of the following fail:
I think this is a bug, and I'd love to contribute if pointers are given
The text was updated successfully, but these errors were encountered: