The Wayback Machine - https://web.archive.org/web/20200309082350/https://github.com/topics/hypothesis
Skip to content
#

hypothesis

Here are 63 public repositories matching this topic...

robertknight
robertknight commented Feb 10, 2020

Steps to reproduce

  1. 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)
  2. Open Safari and navigate to https://hypothes.is/docs/help
  3. Select and activate the sidebar toggle button to close it
  4. Select and try to activate
Stranger6667
Stranger6667 commented Sep 14, 2019

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 subtesthack to unlock pytest fixtures per hypothesis test
Zac-HD
Zac-HD commented Dec 24, 2019

https://github.com/Zac-HD/hypothesis-jsonschema/blob/3047ec70fc05123d7253be09bfb74490e59e06e6/tests/test_canonicalise.py#L192-L196

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

Improve this page

Add a description, image, and links to the hypothesis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hypothesis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.