-
Updated
Mar 9, 2020 - Python
hypothesis
Here are 63 public repositories matching this topic...
hypothesis / h
-
Updated
Feb 19, 2020 - R
Steps to reproduce
- On iOS, activate VoiceOver. (nb. Before activating VO, I recommend changing the "Typing" mode in VO settings to "Direct touch typing", as using the on-screen keyboard to enter a URL in Safari is painfully slow otherwise)
- Open Safari and navigate to https://hypothes.is/docs/help
- Select and activate the sidebar toggle button to close it
- Select and try to activate
Add code examples
It will be extremely helpful to have some code examples , so it will be easier to start using Schemathesis.
- Straightforward test. the whole api, without filtration or app insights
- Filters for specific endpoints
- Tests with insights about the app data (id of some existing DB object for GET / PUT calls)
- Using
subtesthackto unlock pytest fixtures per hypothesis test
Update docs
It's not clear that the browser extension needs it own oauth client registered in h. Both the docs and the readme files should make mention of this so its clear how to set up a custom client in a browser extension running on a local instance of h.
For example
http://localhost:5000/admin/oauthclients


This is from feedback from Ghotit, found in ZD here: https://hypothesis.zendesk.com/agent/tickets/5816
https://h.readthedocs.io/en/latest/api/using-oauth/#implementing-oauth-flow
In paragraph 2:
After the user authorizes the application, it will receive an authorization code via a call to the redirect URI. The application must exchan