-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
Provide a way to extend sure #31
Comments
Hey Gabriel, great library! 😄 This would be my number one feature request too as I would like to extend sure for testing web applications. e.g. response = self.client.get('/')
response.should.render_template('index.html')
response.should.return_code(200)
response.should.contain('welcome to my homepage') Do you think that you would be able to support such functionality in the near future? Thanks heaps! |
Provide possibility to extend sure. Refs #31
Some basic stuff is already merged to achieve this functionality. However, the PR #117 has some open points which I want to address in the future. |
Reminder: Document this stuff! |
Documented with: 4e41290 |
I'm going to close this issue for now! |
So that the code below is valid:
The text was updated successfully, but these errors were encountered: