-
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
![Screen Shot 2019-09-09 at 9 06 59 AM](https://user-images.githubusercontent.com/3939074/
-
Updated
Mar 8, 2020 - Python
This test will pass when merged can tell that "required": ["name"] in the first schema conflicts with "additionalProperties": False in the second, and returns the empty schema {"not": {}}.
Note that if other types of value are allowed, it should instead
-
Updated
Feb 14, 2020 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Mar 8, 2020 - Python
-
Updated
Jan 21, 2020 - Python
-
Updated
Feb 13, 2020 - Python
-
Updated
Jan 21, 2020 - Python
-
Updated
Jul 14, 2019 - R
-
Updated
May 24, 2019 - JavaScript
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Dec 9, 2019 - Coq
-
Updated
Feb 24, 2020 - Python
-
Updated
Feb 3, 2020 - Python
Might make the API docs a bit more concrete
-
Updated
Feb 17, 2020 - Python
-
Updated
Dec 24, 2019 - Python
-
Updated
Feb 20, 2020 - Jupyter Notebook
-
Updated
Aug 31, 2019 - PHP
-
Updated
Aug 27, 2018 - Python
-
Updated
Jan 19, 2020 - Python
-
Updated
Sep 14, 2019 - R
-
Updated
Mar 4, 2020 - Python
Improve this page
Add a description, image, and links to the hypothesis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hypothesis topic, visit your repo's landing page and select "manage topics."
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